/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

techtldr.com
| | www.cybershu.eu
1.7 parsecs away

Travel
| | If you work with Python, you probably need to activate a virtual environment to manage dependencies. Using a virtualenv requires activation each time you wan...
| | ljvmiranda.micro.blog
2.1 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.
| | www.simplygeek.co.uk
2.2 parsecs away

Travel
| |
| | mathspp.com
14.7 parsecs away

Travel
| Today I learned that I can use the percent sign to run commands from inside Jupyter notebooks.