/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

glama.ai
| | janakiev.com
2.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.
| | www.val.town
2.3 parsecs away

Travel
| | A TypeScript project on Val Town written by supagroova
| | ljvmiranda.micro.blog
2.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.
| | www.pixelstech.net
13.4 parsecs away

Travel
| GitHub Copilot is a new AI-powered code completion tool that can generate code snippets from natural language descriptions. It is powered by OpenAI Codex, a deep learning system that has been trained