Explore >> Select a destination


You are here

scottk.mba
| | janakiev.com
4.0 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.
| | seanmcp.com
3.6 parsecs away

Travel
| | Writing a script to read the package.json for you
| | www.thinkcode.se
4.6 parsecs away

Travel
| |
| | pythonspeed.com
17.7 parsecs away

Travel
| It is quite difficult to write correct shell scripts; you're much better off just using Python.