June 2015
Beginner
348 pages
8h 44m
English
A file containing Python code is called a module. A module can import other modules, functions in other modules, and other parts of modules. The filenames of Python modules end with .py. The name of the module is the same as the filename minus the .py suffix.
Read now
Unlock full access