Python Language Resources
- CookieCutter - PoetryA cookiecutter recipe to setup a Modern Python project:
- Poetry for depenency management
- Github actions for CI/CD
- Pre-commit hooks
- Code quality with black, ruff, etc
- Pytest and Codecov
- Mkdocs documentation
- Docker containerization
- Hypermodern Python
- Python Fire: Quick way to add a CLI interface to any Python object
Cheatsheets
Compiling/Distributing Python
- PyOxidizer: Method for “compiling” Python
- Cordon: A true Python “Compiler”, results in a fast executable.
Books