现在想要学习Python,去当当看有好多的Python的书。
《Python核心编程》《Python基础编程》《Python学习手册》《Head First Python》《Python编程入门》《Python开发实战》《Python编程初学者指南》......
当当的链接
没有必要看所有的书,而且我以前对Python的语法有过简单的了解。
那选择哪本呢?我想能够快速使用Python做一些有用的开发!
PHP中文网2017-04-17 17:11:02
In addition to reading books, you should also start coding more:
There are many code snippets on this website: http://code.activestate.com/recipes/langs/python/
This is the python documentation from the python official website: https://docs .python.org/3/tutorial/index.html
Check out the python official website
伊谢尔伦2017-04-17 17:11:02
No matter which book you have, whether you have the perseverance to read it seriously
天蓬老师2017-04-17 17:11:02
http://www.kancloud.cn/kancloud/learn-python-hard-way/49863
Learn python the stupid way.
Features: Easy-to-understand explanations, plus a lot of practice codes.
ringa_lee2017-04-17 17:11:02
The core tutorial is good, Liao Xuefeng’s website is more suitable
伊谢尔伦2017-04-17 17:11:02
I have read Liao Xuefeng’s Python tutorial first. After reading it, I feel that it is not enough and needs to be strengthened. I am still not satisfied. At this time, pick up the "Python Learning Manual" and start reading!