1 min read

Python. The Complete Guide

Python. The Complete Guide
Photo by Tai Bui / Unsplash

Author: Koltsov D.M.
Year: 2022
Number of pages: 482

This book will help you master the Python programming language practically from scratch, step by step, from simple to complex.

The first part of the book deals with the basic basics of the language: variables and data types, operators, loops and conditional statements, mathematical functions, tuples, sets and dictionaries, iterators and generators, modules and packages, and much more.

The second part of the book will move on to more complex things in Python: object-oriented programming, metaprogramming, multithreading, and scaling. Particular attention will be paid to documenting your project in Python and controlling and optimizing your code.