Explore >> Select a destination


You are here

tonybaloney.github.io
| | sumercip.com
1.3 parsecs away

Travel
| | How Python's recent performance improvements work under the hood
| | alexgaynor.net
1.4 parsecs away

Travel
| | [AI summary] The article discusses PyPy as a potential future for Python, highlighting its speed, flexibility, and advantages over CPython, while also noting current limitations and ways to contribute to its development.
| | eli.thegreenplace.net
0.9 parsecs away

Travel
| | [AI summary] This article explains how to add a new 'until' statement to Python's compiler by modifying its grammar, AST generation, and bytecode compilation processes.
| | www.java-tv.com
17.0 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.