Python Runtime Environments

Aus MattWiki

This article tries to bring structure into the different runtime environments for Python for running python programs or Jupyter Notebooks and their advantages and drawbacks:

This site is a major work in progress

Management of Environments

pip list
pip install

Linux Environments

Debian

Managed by distribution - Available Packages in Aptitude

Virtual Environment (venv)

pip

Windows Environments

Windows Native

Miniconda

pip

Known Issues

Not all packages seem to work properly. Known issues:

  • yfinance.download seems not to work properly on Windows

Jupyter Notebooks

Standalone

In Visual Studio Code