Independently published, 2022. — 168 p. — (A Hitchhiker's Guide to the Modern Programming Languages). — ISBN 9798357823236.
This book is an
informal language reference on the Python programming language. Python is one of the most widely used languages in many different application areas. We go through all essential features of the modern Python programming language, including the
match statement (3.10) and
exception groups (3.11).
Note: This book will not teach you how to program in Python if you are a complete beginner. Books like this can be rather useful in various stages of your learning, but you will need
some experience with Python or other similar languages to be able to take
advantage of what this book has to offer.
Although the book is written as a reference, you can read it more or less from beginning to end and you should be able to get the
overall picture of the Python language if you have some prior experience with programming in Python.
The book covers:Python program top-level components.
Python package/module import system.
Builtin type hierarchy. Data model.
List, map, tuple literals.
Expressions. Simple and compound statements.
Function, class definitions.
Object oriented programming in Python.
Structural pattern matching.
Coroutines, async/await.
True PDF