Python Basics Exercises: Modules and Packages - Real Python
Briefly

Creating your own modules Using modules in another file through the import statement Organizing several modules into a package with __init__.py
Along the way, you'll also get some insight into how to tackle coding challenges in general, which can be a great way to level up as a developer.
Note that you'll be using IDLE to interact with Python throughout this course.
Read at Realpython
[
add
]
[
|
|
]