Using Modules
A Python module is a Python-created source file that contains the necessary code for classes, functions and global variables. You can bind and reference modules to extend functionality, and create even more spectacular Python programs. Are you curious about how to improve your use of these modules to add a little something extra to your code? Then read on and learn how they can be used to fashion fantastic code with graphics, animations and operating system specific commands.…