1 point by hoistbypetard 1 year ago | discuss | on: Ultimate Setup for Your Next Python Project | ||
You might be interested in adapting this template into a cookiecutter template[1]. That's my favorite way to start a new project, by far.
This[2] is my current favorite one for new python projects.
[1](https://cookiecutter.readthedocs.io/en/latest/)
[2](https://github.com/wemake-services/wemake-python-package)
|
||