(Through self-study programming, I feel that basic knowledge is very important, and I can find more of this in the future. Memorization is not enough.
It is also necessary to use it flexibly and debug the code more. Computer is a job that is constantly practicing, constantly encountering problems, and constantly solving problems.
To think of the corresponding grammar according to the actual business, the actual project and application are the most important. Basic knowledge of Python 3 syntax,
Includes lists, tuples, strings, dictionaries, and various statements. The current python uses Python 3.7, and the crawler introduces
In addition to the popular Request module, regular expressions and the Scrapy crawler framework are widely used in actual development.
The first half of "Zero-Basic Learning Python Second Edition" first explains the basic Python 3 grammar knowledge,
Including lists, tuples, strings, dictionaries and various statements; then gradually introduce some more advanced topics,
Includes abstractions, exceptions, magic methods, and property iterators. The second half revolves around Python 3 for crawler and interface development
As for the application of game development, in-depth learning and exploration are carried out through the guidance of examples, which is both interesting and exercises hands-on ability.)