srinathh / cookiecutter-python-datascience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookiecutter-python-datascience

=================================

A minimal cookiecutter template for developing Python applications and packages, especially those leaning towards Data Science. It also allows creating a default executable and containarizing them using Docker for deployment.

References

Usage

Install Cookiecutter if needed and then use the tool to instantiate your project folder. The README inside the instantiated project contains detailed instructions on code structure, how to use the package and dockerization

pip install cookiecutter
cookiecutter gh:srinathh/cookiecutter-python-datascience

About

License:MIT License


Languages

Language:Python 44.2%Language:Jupyter Notebook 42.6%Language:Dockerfile 13.2%