Course list
For Teams
Pricing
Cart
Sign in
Home
>
Modules and packages
Modules and packages
Current Status
Not Enrolled
Price
Closed
Get Started
This course is currently closed
Course Content
Welcome
Introduction and welcome
Section 1: Using modules
1. What are modules?
2. Basic importing
3. sys.path
4. import…as
5. from … import
6. Why from … import * is bad
7. Python’s standard liberary
8. Exercises #1
Exercises #1 txt
9. Exercises #1 solutions
Section 2: Writing modules
Section 2 — Writing modules
10. The simplest module
11. Globals, attributes and reloading
12. sys.modules
13. Docstrings
14. Modules are executed when imported
15. _name_ and “_main_”
16. Using _name _ and “_main_”
17. Mutual imports and _name_
1 of 4