Home  >  Q&A  >  body text

哪本Python的书适合入门学习?

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

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

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

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

PHPzPHPz2741 days ago1811

reply all(17)I'll reply

  • 黄舟

    黄舟2017-04-17 17:11:02

    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.

    reply
    0
  • 怪我咯

    怪我咯2017-04-17 17:11:02

    Liao Xuefeng’s blog

    reply
    0
  • 天蓬老师

    天蓬老师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.

    reply
    0
  • PHPz

    PHPz2017-04-17 17:11:02

    《Introduction to Python Programming》

    reply
    0
  • 黄舟

    黄舟2017-04-17 17:11:02

    《Python Basics Tutorial》

    reply
    0
  • 阿神

    阿神2017-04-17 17:11:02

    Python learning manual, Python programming. high performance Python

    reply
    0
  • 黄舟

    黄舟2017-04-17 17:11:02

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

    reply
    0
  • 伊谢尔伦

    伊谢尔伦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

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 17:11:02

    Core programming is good

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:11:02

    Python basic tutorial.

    reply
    0
  • Cancelreply