Explore >> Select a destination


You are here

martibosch.github.io
| | www.dataquest.io
2.7 parsecs away

Travel
| | Learn how to create your first Jupyter Notebook, important terminology, and how easily notebooks can be shared and published online.
| | jakevdp.github.io
2.8 parsecs away

Travel
| |
| | jaketae.github.io
3.4 parsecs away

Travel
| | As a novice who just started learning Python just three months ago, I was clueless about what virtual environments were. All I knew was that Anaconda was purportedly a good way to download and use Python, in particular because it came with many scientific packages pre-installed. I faintly remember reading somewhere that Anaconda came with conda, a package manager, but I didn't really dig much into it because I was busy learning the Python language to begin with. I wasn't interested in the complicated details-I just wanted to learn how to use this language to start building and graphing and calculating.
| | www.integralist.co.uk
20.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 ...