Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 301 Bytes

File metadata and controls

15 lines (12 loc) · 301 Bytes

Software Development in Python

  1. Setting up softare, packages, and environments
  • Pyenv (Python versions)
  • Package Management:
    • venv, e.g. python3 -m venv .venv
    • pip
    • pip-tools
  • Linters, Documentation
    • black
    • vscode
    • swagger, sphinx

https://github.com/jazzband/pip-tools