Wiki

Clone wiki

base-environment / Home

Welcome

Welcome to our python base environment wiki, where we do not copy/paste entire installation guides. We do post links to those, post some small guides, and keep track of what works well (together) and what does not. And if it does not, we try to shoot such troubles.

Version control

Python

Environment

Poetry and Pipenv combine the functionality of venv + pip. They also make it easy to separate development and production dependencies as well as enable deterministic builds via a lock file. Both work well with pyenv.

IDE

Microsoft’s vscode source code is open source (MIT-licensed), but is not licensed under a FLOSS license and contains telemetry/tracking. Vscodium is virtually the same, free of telemetry/tracking, and only a few extensions from vscode are not working.

PyCharm is best suited for python projects, but takes getting used to, especially after having used vscodium for a while.

Testing

Code quality

Updated