 
      
    | You are here | humberto.io | ||
| | | | | vsupalov.com | |
| | | | | Notes on how to set up the right python version and and isolated development environments. | |
| | | | | newcome.wordpress.com | |
| | | | | 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 | |
| | | | | 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 | |
| | | 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 | ||