Home  >  Article  >  Backend Development  >  What books should Python newbies read?

What books should Python newbies read?

silencement
silencementOriginal
2019-05-17 16:52:515626browse

The most suitable books for beginners to get started with Python. What books should Python newbies read?

1. "Introducing Python"

What books should Python newbies read?

The author Bill Lubanovic takes you from the basics It covers in-depth and diverse topics and explains the concepts in Python 3 to readers in an easy-to-understand way. This book also shows you how to use various Python tools and open source software packages. Help readers lay a solid foundation for learning this language, including the practice of testing, debugging, code reuse and other development techniques

2. "Think Python like a computer scientist"

What books should Python newbies read?

This book is more about cultivating readers to understand Python language programming in the same way of thinking as a computer scientist. The main theme throughout the book is how to think, design, and develop. Starting from basic programming concepts, readers are guided step by step to understand the Python language, and then gradually master advanced concepts such as functions, recursion, data structures, and object-oriented design. The second edition of this book and its auxiliary code have been upgraded to support Python 3.

3. "Fall in Love with Python and Master Python Programming in One Day"

This book breaks down complex programming concepts into simple steps. The author carefully uses his years of teaching experience to I selected distinctive examples and taught them step by step. This book chooses Python 3.4.2 as the learning platform to streamline the seemingly lengthy programming learning, making the book "very thin" and making learning easier. It teaches what Python is, what software is needed, and how to use the corresponding modules with the concept of learning it once, so that beginners with no programming experience can easily learn Python programming.

4. "Python Basics Tutorial"

This book is a new revision of the classic tutorial. The author has completely rewritten the content of the book based on the various changes in the Python 3.0 version. If you don't have any programming foundation, then you'd better start by reading the first book "Python Programming: From Introduction to Practice", and then choose this as your second Python book.

It is worth mentioning that the 10 projects in the last few chapters of the book are the biggest highlights of this book. They are not only practical but also well explained. The author Magnus Lie Hetland is an associate professor at the Norwegian University of Science and Technology, a hacker, and likes to delve into research. He is a cutting-edge programming language and has written many books and online tutorials on Python, which is deeply loved by readers.

The above is the detailed content of What books should Python newbies read?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn