Explore >> Select a destination


You are here

humberto.io
| | vsupalov.com
7.1 parsecs away

Travel
| | Notes on how to set up the right python version and and isolated development environments.
| | newcome.wordpress.com
8.6 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.laac.dev
8.7 parsecs away

Travel
| | Choosing which tools to use in your Python development environment might be the toughest part of Python programming. The Python tooling ecosystem continues to evolve rapidly. I'll share what I need my tools to do, what tools are a part of my development environment, and why I use each one.
| | snarky.ca
61.8 parsecs away

Travel
| There are a couple of things I always want to be true when I install Python packages for a project: 1. I have a virtual environment 2. Pip is up-to-date For virtual environments, you would like them to be created as fast as possible and (usually) with the newest version