Python
Notes, links, & reference code for Python programming. Also check the Python "standard project files" section for copy/paste-able code for things like a [tool.ruff]
section for your pyproject.toml
.
This section has documentation for things like:
- Managing your Python install with
pyenv
- Managing your project with the
pdm
tool - Documentation & example sessions for
nox
- Building logging into your project with the stdlib
logging
module
And more. Use the navigation on the left side of the page to browse through sections.