Explore >> Select a destination


You are here

rob.cogit8.org
| | www.jennapederson.com
8.2 parsecs away

Travel
| | Here's how you can manage Python versions and packages with `uv`.
| | newcome.wordpress.com
8.7 parsecs away

Travel
| | I'm a little slow on the uptake with version management of language runtimes and environments. For a long time I just followed the Linux distribution convention of global versions of dependencies and compiler versions for my system. This changed during my years doing NodeJS development where the language and tools were changing daily it seemed....
| | www.integralist.co.uk
8.0 parsecs away

Travel
| | Introduction Virtual Environments Creating Virtual Environments Installing Python Versions Virtual Environments for multiple Pythons Shell Configuration Managing Dependencies Caching Dependencies Command Line Packages Introduction This blog post aims to demonstrate the most practical way to install multiple versions of Python, and of setting up 'virtual environments' for macOS userso We'll also dig into how to manage our project dependencies (e.g. we'll be discussing the classic Pip and requirements.txt ...
| | www.janmeppe.com
21.4 parsecs away

Travel
| In this blog post, I'll tell you how to add a new kernel to your Jupyter notebook in just 3 simple steps.