Organizing a Python Package with Cookiecutter

Speaker : François Durand
Nokia Bell Labs France
Date: 03/04/2019
Time: 10:30 am - 12:00 pm
Location: Nice Room (EIT Digital)

Abstract

In this tutorial, we will see how to create and maintain a Python package, especially relying on Cookiecutter, by Audrey Roy Greenfeld, and PyCharm. Even for those who do not plan to create packages in a near future, this tutorial is useful to learn how to structure a Python project, document it with Sphinx, test it with doctest, etc.
Reference: https://my-toy-package.readthedocs.io/ .
Prerequisite: your computer + a Python distribution (e.g. Anaconda) + PyCharm.