Explore >> Select a destination


You are here

inventwithpython.com
| | hamatti.org
4.5 parsecs away

Travel
| | Fluent Python is one of the best - if not the best - Python books and will help you become better at writing pythonic code.
| | markodenic.com
4.9 parsecs away

Travel
| | Free programming books, algorithms, public APIs, and much more.
| | initialcommit.com
4.0 parsecs away

Travel
| | Learn Python programming by learning functions in python. Python 3 is the latest python version and the best python version. Python is great for beginners and learning programming. This is a free python tutorial to help you get started.
| | ljvmiranda.micro.blog
17.5 parsecs away

Travel
| I'm now a uv convert. I haven't really updated my Python tooling and workflow for the past two years. In fact, I've been using the same workflow ever since I started working: python -m venv venv source /venv/bin/activate # While in venv pip install -r requirements.txt But there's a lot of limitations in this workflow. For example, I'm limited by the Python version installed in my machine or it's hard to just install ad-hoc dependencies for my one-off scripts.