January 2026
Beginner
139 pages
3h 54m
English
In this chapter, we will look at the basic components of code. We will start with variables, which are the most basic building blocks of code. We will then move on to strings, lists, dicts, and tuples. These are the most important data structures in Python and also in any other programming language. We will also look at the basic operations that can be performed on these data structures.
Mutable objects can be changed after they have been created. You can create a list (p. 20) and change a single ...
Read now
Unlock full access