Python Modules and Packages Quiz
Interactive Quiz ⋅ 10 Questions
By Martin Breuss
In this quiz, you’ll test your understanding of Python Modules and Packages.
By working through this quiz, you’ll revisit the concepts of modular programming, the advantages of modularizing code in a large application, and the role of modules and packages in promoting code modularization.
The quiz contains 10 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!
Related Resources
Course
Python Modules and Packages: An Introduction
In this course, you'll explore Python modules and Python packages, two mechanisms that facilitate modular programming. See how to write and import modules so you can optimize the structure of your own programs and make them more maintainable.
Tutorial
Python Modules and Packages – An Introduction
This article explores Python modules and Python packages, two mechanisms that facilitate modular programming.