Section 2: Writing modules
In this section, you'll learn how to write modules. Moreover, you'll learn how Python knows whether it has already imported a module, and how the special __name__ variable allows us to make decisions when our module is imported
13 Lessons