Structure Your Project: Modules And Packages

In this section, you learn about Python modules and packages. Modules are the ideal way to group and organize code, while packages are collections of Python modules. Before you start learning about packages, you need to thoroughly understand modules.

Python has many built-in modules, but you can also define your own modules, so let’s explore how! Navigate to the next article on the Python import statement and modules.

Get certified with our courses

Learn Python properly through small, easy-to-digest lessons, progress tracking, quizzes to test your knowledge, and practice sessions. Each course will earn you a downloadable course certificate.

Related articles

Leave a Comment