Python Modules and Packages: An Introduction
Christopher Bailey
12 Lessons
1h 2m
basics
python
In this course, youβll learn about Python modules and Python packages, two mechanisms that facilitate modular programming.
Modular programming is the process of breaking a large, unwieldy programming task into separate, smaller, more manageable subtasks or modules. Individual modules can then be put together like building blocks to create a larger application.
Learn how to write and import modules so you can optimize the structure of your own programs and make them easier to maintain and grow.
Python Modules and Packages: An Introduction
12 Lessons 1h 2m
2. Writing a Module 03:18
4. The import Statement 07:15
5. The dir() Function 04:42
6. Executing a Module 06:27
7. Reloading a Module 03:35
8. Python Packages 05:41
11. Subpackages 06:04
About Christopher Bailey
Chris is an avid Pythonista and creates video tutorials for Real Python. He is a programmer and data analyst. He creates music under the name Tripnet. Chris lives in Colorado with his wife and two dogs.
Β» More about Christopher



Felix Vadan on Jan. 29, 2020
Thanks for this great course Chris! Made working with modules and packages much clearer. Now I need to watch it again.