Explore >> Select a destination


You are here

alexwlchan.net
| | www.rasulkireev.com
2.2 parsecs away

Travel
| | How to set up a virtual environment for your Django Project, or any other Python project, for that matter.
| | janakiev.com
2.0 parsecs away

Travel
| | Are you working with Jupyter Notebook and Python? Do you also want to benefit from virtual environments? In this tutorial you will see how to do just that with Anaconda or Virtualenv/venv.
| | techtldr.com
2.2 parsecs away

Travel
| | There are two philosophies when it comes to package installation, global first and local first. Global meaning all applications that rely on a certain package have access to the same copy of the library that was installed once. Local means that each project has its own folder of dependencies installed specifically for this project and [...]
| | sebastianraschka.com
15.7 parsecs away

Travel
| I just went through some pain (again) when I wanted to install some of Python's scientific libraries on my second Mac. I summarized the setup and...