Python is 31 years old and has won the championship of the annual programming language list, sharing 10 super classic Python books.

insert image description here
In 1991, Guido van Rossum released Python to the world via the alt.sources newsgroup. And on February 20th, the Python 0.9 code was released, the code address: https://github.com/smontanaro/python-0.9.1 .

In 2022, Python celebrates its 31st birthday! Python has become the most popular programming language. In the TIOBE programming language rankings, Python won the title of programming language of the year in 2007, 2010, 2018, 2020, and 2021;
insert image description here
in addition, in the 2021 annual programming language rankings released by IEEE Spectrum, Python also continued. Five years to win.
insert image description here
Here are some classic books for Python learning:
insert image description here
Recommended language: The masterpiece of Professor Y. Daniel Liang, the author of the classic best-selling textbook "Java Language Programming"! Introduce basic Python programming concepts and methods with a "basic first" approach, and teach programming techniques with a "problem-driven" approach, emphasizing problem solving. Helps you learn all the essential and important basic concepts step by step.
insert image description here
Recommendation: Written by Google's chief engineer, a must-read for advanced Python programming, the second edition is based on Python 3.8, with 31 new suggestions. To help you master Pythonic programming, write high-quality code, and all programmers who don't want to stay in the Python introductory stage forever: this book should be read as soon as possible.
insert image description here
Recommendation: A must-read for getting started with Python learning, the classic "mouse book"! Zero-based system learning Python3, Python programming from entry to practice learning manual, each chapter explains the key content of the Python language separately, and is equipped with post-chapter exercises, programming exercises and detailed answers, as well as a large number of annotated examples and Diagrams so you can learn new skills and reinforce your understanding.
insert image description here
Recommendation: This book is aimed at developers who are already able to write simple programs in Python but want to understand when it is appropriate to use advanced features so that they can use them comfortably. This book is especially suitable for developers who want to improve their Python programming skills and who already have extensive experience but want to learn about the features of newer versions of Python. Based on Python3.9.
insert image description here
Recommendation: 2021 New Python Book, based on Python 3.8, advanced Python programming, recommended by 15 experts including Chen Bin, Shi Haifeng, Li Daobing, combined with source code to explain grammar and advanced knowledge, and give coding style suggestions.
insert image description here
Recommended language: Python programming advanced learning manual, a must-have desk reference book for Python programmers! It will help you quickly master Python programming. It will be case-oriented and comprehensively explain the usage and working principles of hundreds of modules in the standard library. It is concise and easy to understand and has strong operability.
insert image description here
Recommended language: The way of programmers who have advanced to Python programming masters. Refactor the design of existing code and teach you to write clean, high-quality Python3 code.
insert image description here
Recommendation: Django, as a high-performance Python web development framework, has received increasing attention, and more and more enterprises choose to use Django for website development. This book analyzes the various knowledge points of Django 3.0 in detail, helping readers to fully understand the technical details of Django 3.0 to apply to practice, all examples in the book are based on Python 3.8 implementation.
insert image description here
Recommendation: This book explores Twisted, a Python-based event-driven networking engine, and reviews several of its popular application projects. Written by community leaders who have contributed to many of the projects covered and share their hard-earned insights and experiences in the book.
insert image description here
Recommendation: This book introduces in detail how to build a complete Python automated testing framework, and helps readers understand the construction principles through a large number of application examples. It is the best choice for beginners and practitioners. I believe that readers will be able to master the method of building an automated test framework through this book, and quickly realize the transformation from a test engineer to a test development engineer, and complete a career leap.

Guess you like

Origin blog.csdn.net/weixin_41261833/article/details/123642544
Recommended