Python Basics: Modules and Packages
As you gain experience writing code, you’ll eventually work on projects that are so large that keeping all the code in a single file becomes cumbersome. Instead of writing a single file, you can put related code into separate files called modules. You can put individual modules together like building blocks to create a larger application. In this video course, you’ll learn how to: Create your own modules Use modules in another file through the import statement Organize several modules […]
Read more