Slide 3
Slide 3 text
z
When to create Python Packages?
§ Create package when you have to use repetitive piece of code again and
again.
§ Packages are the code repository for managing your modules, functions
and data.
§ Create modules when you need to share functions/ data with other team
members or maybe with other python members.