哪本Python的书适合入门学习?
PHPz
PHPz 2017-04-17 17:09:02
0
17
1886

现在想要学习Python,去当当看有好多的Python的书。

《Python核心编程》《Python基础编程》《Python学习手册》《Head First Python》《Python编程入门》《Python开发实战》《Python编程初学者指南》......
当当的链接

没有必要看所有的书,而且我以前对Python的语法有过简单的了解。

那选择哪本呢?我想能够快速使用Python做一些有用的开发!

PHPz
PHPz

学习是最好的投资!

reply all(17)
黄舟

It depends on which direction you develop, python can do anything

The soul of python does not lie in the language itself, but in its many excellent libraries

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.

刘奇

Liao Xuefeng’s blog

Peter_Zhu

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.

PHPzhong

《Introduction to Python Programming》

黄舟

《Python Basics Tutorial》

阿神

Python learning manual, Python programming. high performance Python

黄舟

If you have other basic knowledge, please go to Baidu Python Concise Tutorial

伊谢尔伦

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

洪涛

Core programming is good

伊谢尔伦

Python basic tutorial.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template