Efficiently launch Python projects using this comprehensive template.
data
: Store data files and datasets.development
: For initial tests and development (probably Jupyter Notebooks).logs
: Store log files.scripts
: Place utility scripts.src
: Main source code.basicrepo
: Example package.
tests
: Contains test cases.
- Clone repository.
- Rename project directory (same accounts for other files with default names and content).
- Run commands from Makefile to check if everything is set up correctly.
- Start developing :)