Working With Modules
00:00 A module is a file containing Python code that can be reused in other Python code files. That means that technically every Python file that you’ve created so far is a module. That’s it. Congratulations on finishing this video course on modules.
00:15 Okay, hold on. Hold on. You may have involuntarily created a Python module, but you may not have seen how to use code from one module inside another. Let’s see how this works.
Become a Member to join the conversation.