Explore >> Select a destination


You are here

rob.cogit8.org
| | www.mostlypython.com
6.3 parsecs away

Travel
| | MP 146: What happens when the bug actually is in one of your project's dependencies? Note:This post is part of an ongoingseriesabout debugging in Python. The posts in this series will only be available to paid subscribers for the first 6 weeks. After that they will be
| | www.integralist.co.uk
2.5 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.jennapederson.com
2.3 parsecs away

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

Travel
| Elixir is a functional programming language which makes use of the Pipe Operator to simplify the combining of functions and data transformations.