
My key takeaways
- "dunder" means every py-function starting with double underlines like
__init__(): - Poetry will make my life easier installing dependencies
- Only a single file to manage
- It will take care if I want to share my script on PyPi
- Endusers only need pip. No extra install of poetry required
- Cookiecutter let me have configurable boilerplates for my projects
- Marcello shared the one for his py-projects on GitHub

Env
- Provided by blackhillsinfosec.com
- Presenter: Marcello Salvati
- Slides
- follow up of:

https://youtu.be/ieyRV9zQd2U
