Python project template
Python project template repository
I have made a small python project template that contains a variety of different settings, structures, and configurations, check it out here: python-project-template. The website for this repository is published here.
I have also made a small example repository for project code that should not be a package, but rather just scripts here: python-scripts-template. It contains a different set of features and patterns.
Important!
These examples are not minimal but a bit more involved, if you look at these at the start of the course they might look confusing, but we will slowly walk trough everything that is in there. Also, you should not just copy them and use them as-is. Extract parts that you need and clean them up to your application. Best usage of them is as inspiration and sometimes a bit of copy-paste of a few of the config files to get started.