Now you have the power to write programs that consist of more than a single file. You can put related code into separate files called modules and then put individual modules together like building blocks to create a larger application.
In this video course, you learned how to:
- Create your own modules
- Use modules in another file through the
import
statement - Organize several modules into a package
To reinforce what you’ve learned here, complete the quiz in the next lesson. Then, head over to Python Basics Exercises: Modules and Packages.
Then, keep growing your skill set as a programmer by continuing with the other Python Basics courses and getting yourself a copy of Python Basics: A Practical Introduction to Python 3.
Congratulations, you made it to the end of the course! What’s your #1 takeaway or favorite thing you learned? How are you going to put your newfound skills to use? Leave a comment in the discussion section and let us know.
kishore.99v on March 23, 2025
All the information is in-depth and easy to understand, but I have one question: why didn’t you cover “classes and objects in modules or packages, and how to import them in main.py”? Should that have been included, or will it be part of another session in an intermediate or advanced tutorial?