python¶
pyenv - python version management¶
- pyenv - manage and install a bunch of different python versions and also create virtual environments for each and every project
- pyenv-virtualenv
pipenv - better development workflow¶
- pipenv - aims to be the Python Development Workflow for Humans
it works in combination with pyenv, but .check the FAQ first, it doesn't install the requested python version for you.
pip¶
other tools¶
- piwebview - You may think of as Electron for Python (minus huge executable sizes)