December 2018
Beginner to intermediate
796 pages
19h 54m
English
Let's talk a little bit about how Python code is organized. In this section, we'll start going down the rabbit hole a little bit more and introduce more technical names and concepts.
Starting with the basics, how is Python code organized? Of course, you write your code into files. When you save a file with the extension .py, that file is said to be a Python module.
It would be impractical to save all the code that it is required for software to work within one single file. That solution ...
Read now
Unlock full access