Explore >> Select a destination


You are here

tonybaloney.github.io
| | healeycodes.com
2.5 parsecs away

Travel
| | Making my programming language 4000x quicker, and adding a static type checker.
| | aradaelli.com
2.3 parsecs away

Travel
| | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status.
| | alexgaynor.net
2.8 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.
| | janakiev.com
12.9 parsecs away

Travel
| Python's built-in venv module makes it easy to create virtual environments for your Python projects. Virtual environments are isolated spaces where your Python packages and their dependencies live. This means that each project can have its own dependencies, regardless of what other projects are doing.