October 2023
Beginner to intermediate
215 pages
4h 3m
English
This chapter introduces Python, along with useful tools for installing its modules, working with its basic constructs, and handling some data types.
The first part of this chapter contains information about installing Python on your machine and how to launch the Python interpreter. This section includes code samples that you can save in text files to launch from the command line.
The second part of this chapter shows you how to work with simple data types, such as numbers and strings.
Before we start looking at code, keep in mind some of the chapters in this book contain “forward referencing” whereby a Python construct (such as a loop or a list) is used before it is discussed in detail in a subsequent chapter. ...
Read now
Unlock full access