From a380d748203e4fff853a12e08a60c090e6be393e Mon Sep 17 00:00:00 2001 From: mani Date: Thu, 10 Oct 2019 02:07:24 +0100 Subject: [PATCH] Adding cookiecutter links to the Programming in python resource --- Programming-in-Python.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Programming-in-Python.md b/Programming-in-Python.md index afb6971a..d0cfd0ea 100644 --- a/Programming-in-Python.md +++ b/Programming-in-Python.md @@ -65,6 +65,13 @@ * [multilint](https://github.com/adamchainz/multilint) - a wrapper around `flake8`, `isort` and `modernize` * [prospector](https://github.com/PyCQA/prospector) - a wrapper around `pylint`, `pep8`, `mccabe` and others +## Cookie cutter: Python project templates + +- [For Python projects](https://cookiecutter.readthedocs.io/en/latest/readme.html#python) +- [For Data Science projects](https://cookiecutter.readthedocs.io/en/latest/readme.html#data-science) +- [For Reproducible Data Science projects](https://cookiecutter.readthedocs.io/en/latest/readme.html#reproducible-science) +- [For Data Driven Journalism projects](https://cookiecutter.readthedocs.io/en/latest/readme.html#data-driven-journalism) + ## Best practices - [PEP 8 -- Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/)