/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

doughellmann.com
| | madebyme.today
1.3 parsecs away

Travel
| | Some time ago, during a code review, I had a discussion with a colleague of mine about preferring dict() over {} in new Python code. They argued that dict() is more readable - and expresses intent more clearly - therefore should be preferred. I wasn't convinced by that, but at that time I didn't have any counterarguments, so I passed. Yet that made me wonder: what's the difference between the dict type and {} literal expression?
| | blog.quarkslab.com
3.8 parsecs away

Travel
| | Where building a custom obfuscated Python interpreter for a Python packer turned into an optimized Python interpreter.
| | tenthousandmeters.com
2.9 parsecs away

Travel
| | In the first and the second parts of this series we explored the ideas behind the execution and the compilation of a Python program. We'll...
| | nabeelvalley.co.za
19.0 parsecs away

Travel
| Debug Node.js code using your browser's dev tools