June 2021
Beginner to intermediate
600 pages
13h 50m
English

In this first chapter, we’ll take a look at some of the Python features we’ll use throughout the book. This is not meant to be an introduction to Python; I’m assuming you have a basic understanding of the language. If you don’t, there are plenty of good books and online tutorials that’ll get you started.
We’ll first explore how Python code can be split into packages and how to import these packages into our programs. We’ll learn how to document Python code and how to consult this documentation using Python. Then, we’ll review tuples, lists, sets, and dictionaries, which are the most popular Python collections.
Read now
Unlock full access