Home > Article > Backend Development > How to learn python by yourself which book?
"Getting Started with Python Quick Programming"
This book comprehensively explains the basic knowledge of Python3 using the Window platform and system. (Recommended learning: Python video tutorial)
Chapter 1 is mainly to introduce you to Python;
Chapter 2 is mainly to explain the basic syntax of Python;
Chapter 3 mainly introduces common statements in Python;
Chapter 4~5 mainly introduces strings, lists, tuples, dictionaries and other types;
Chapter Chapters 6~7 explain the basic and advanced knowledge of functions.
Chapter 8 explains the file operations in Python;
Chapter 9 explains the relevant knowledge of exceptions in Python;
Chapter 10 explains the modules in Python ;
Chapter 11~12 focuses on the object-oriented programming idea;
Chapter 13 focuses on the object-oriented programming idea and develops a small game of airplane battle.
With the introductory book, you can only prepare the equipment when fighting monsters. There are still more ways to go if you want to become a qualified or even excellent programmer. How to learn specifically, how to expand, supplement, and improve the basic knowledge after learning it, and how to improve the professional accomplishment of a programmer are all problems that programming novices will definitely face.
Here are some recommended books:
"Python Cookbook (2nd Edition) Chinese Version"
"Get Started Quickly with Python Programming - Automate Cumbersome Work"
"Python Core Programming (3rd Edition)"
Read thousands of books and write like a master. Practice brings true knowledge.
For more Python related technical articles, please visit the Python Tutorial column to learn!
The above is the detailed content of How to learn python by yourself which book?. For more information, please follow other related articles on the PHP Chinese website!