Python Basics Exercises: Modules and Packages
In Python Basics: Modules and Packages, you learned how to build an application by putting related code into separate files called modules. You also used the import statement to use modules in another file. In this video course, you’ll practice: 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 […]
Read more