October 2019
Beginner to intermediate
498 pages
14h 13m
English
Python Quick Reference
This quick reference provides an overview of the primary Python constructs used in this text. It is not a detailed reference but rather a compendium of tables and syntax. These are described in more detail within the chapters. In addition, more detailed documentation can be found at https://docs.python.org/
The words shown in TABLE B.1 are reserved by Python. You should not use any of these words as identifiers in your program. If you do, you will get a SyntaxError.
TABLE B.1 Python’s Reserved Words |
|---|
Python has three numeric data types: ...
Read now
Unlock full access