- Minimum Python 3.6
- Poetry
git clone https://github.com/Retraze/ndc-techtown-2022.git
cd ndc-techtown-2022
poetry install # installs the python dependencies
poetry shell # enters you into the virtual environment
- Event: NDC TechTown Kongsberg 2022
- Day 1: Assignments
- Day 2: Assignments
- "How to create a Python package in 2022" covers how to set up various packaging tools, such as automatic code formatting, testing, and continuous integration/deployment.
- "The decorators they won't tell you about" makes you think outside of the box
- "pdoc - API Documentation for Python Projects" is a tool to automatically generate documentation from your python code using introspection.