现在想要学习Python,去当当看有好多的Python的书。
《Python核心编程》《Python基础编程》《Python学习手册》《Head First Python》《Python编程入门》《Python开发实战》《Python编程初学者指南》......
当当的链接
没有必要看所有的书,而且我以前对Python的语法有过简单的了解。
那选择哪本呢?我想能够快速使用Python做一些有用的开发!
黄舟2017-04-17 17:11:02
It depends on which direction you develop, python can do anything
If you are doing web, learn about django, flask and other frameworks and read their documentation; if you are doing games, take a look at pygame
In short, try to do a project, collide with problems during development, and accumulate experience. Just reading is ineffective.
天蓬老师2017-04-17 17:11:02
Python Learning Manual (Fourth Edition) This book introduces the various details of Python very clearly. Sometimes it is a bit verbose, but this is more suitable for beginners to get started. It introduces the differences between the two versions of Python 2.6 and 3.0. However, if you want to buy this book, it is recommended to buy the e-book on Amazon. The paper book is said to not have the last two parts discussing decorators, metaclasses, etc.
In addition, if you have a basic knowledge of programming in other languages and want to quickly go through the general knowledge of Python, I recommend this website http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000
But after reading it, many concepts are very vague. I still recommend reading the book carefully afterward.
黄舟2017-04-17 17:11:02
If you have other basic knowledge, please go to Baidu Python Concise Tutorial
伊谢尔伦2017-04-17 17:11:02
Learning Python 5th Edition not only tells you a lot about the language itself but also tells you a lot of design patterns and programming ideas