/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.justus.pw
| | yasoob.me
2.3 parsecs away

Travel
| | Hi people! Recently, I was super confused when I found out that: >>> pow(3,89) runs slower than: >>> 3**89 I tried to think of a suitable answer but couldn't find any. I timed the execution of both of these statements using the timeit module in Python3: $ python3 -m timeit 'pow(3,89)' 500000 loops, best of 5: 688 nsec per loop $ python3 -m timeit '3**89' 500000 loops, best of 5: 519 nsec per loop The difference is not big.
| | 0x00.cl
1.6 parsecs away

Travel
| | Tomas Gutierrez L. personal website (0x00)
| | mathspp.com
2.6 parsecs away

Travel
| | Today I learned how to disassemble Python code with the module `dis`.
| | finnstats.com
20.7 parsecs away

Travel
| Why Python is an Important and Useful Programming Language.Python refers to a high-level language for programming which serves a general ...