Skip to content

Latest commit

 

History

History
 
 

Python-modules

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Packaging a python module

A python module is a set of python functions and statements that can be loaded.

References

Objectives

During this session you will learn how to:

  1. Create a new python module
  2. Structure a module in several sub-modules
  3. Package a module with pypi (deploy)