A python module is a set of python
functions and statements that can be loaded.
- https://docs.python.org/3/tutorial/modules.html
- https://packaging.python.org/tutorials/packaging-projects/
- https://python-packaging.readthedocs.io/en/latest/
- https://pypi.org/
- https://sphinx-gallery.github.io/stable/index.html
During this session you will learn how to:
- Create a new
python
module - Structure a module in several sub-modules
- Package a module with
pypi
(deploy)