Articles tagged with best practice

Setup Python Development Environment

Tools

My Python development environment is mainly created and maintained with the following tools for different use scenarios:

  • pipenv: focusing on package management (-pip) and python virtual environment management (-env) with the integration of python-build of pyenv.
  • poetry: focusing on package management (for a cosolidated python project). poetry is NOT …