发表于2025-04-22
Python Crash Course pdf epub mobi txt 电子书 下载
Eric Matthes is a high school science and math teacher living in Alaska where he teaches Introduction to Python. He has been writing programs since he was five years old.
Python Crash Course is a fast-paced, thorough introduction to Python that will have you writing programs, solving problems, and making things that work in no time.
In the first half of the book, you’ll learn about basic programming concepts, such as lists, dictionaries, classes, and loops, and practice writing clean and readable code with exercises for each topic. You’ll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you’ll put your new knowledge into practice with three substantial projects: a Space Invaders–inspired arcade game, data visualizations with Python’s super-handy libraries, and a simple web app you can deploy online.
As you work through Python Crash Course you’ll learn how to:
–Use powerful Python libraries and tools, including matplotlib, NumPy, and Pygal
–Make 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progresses
–Work with data to generate interactive visualizations
–Create and customize Web apps and deploy them safely online
–Deal with mistakes and errors so you can solve your own programming problems
If you’ve been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!
Uses Python 2 and 3
##确实很适合入门,基础知识讲得通透,还有附录的Cheat Sheets 供参考。实战内容分别讲了Pygame,matplot,Django. 这是我在知乎问题“编程零基础应当如何开始学习 Python ?”下的回答,给各位参考 作为刚刚自学两周写出了一个爬虫,0编程经验,文科生产品经理,我觉得我最有资格回答这个问题哈哈~ 刚决定自学 python 的时候,这个帖子的所有回答都看过,上面提到的书基本都研究过,但并没有...
评分##文中 'label':repo_dict['description'], 会报错 解决方案: 'label':str(repo_dict['description']), 即可。 估计出于某些原因 调用返回的value格式不对或者 编码错误, 转换为字符串就好了。 这是我发现的解决方案,如果并非此原因欢迎指出我的错误。
评分 评分##别忙着夸啊,我来说一下吧,首先,作者,自己很强,但是呢,我感觉这本书,写的不是很好,为什么呢,第一呢,作为一本入门级的编程书籍,该有的语法还是要有的,书中描述的语法比较少,比如for循环,这个就没有写语法,直接就拉出来用,说明作者比较注重实践,但是,书中还是所...
评分##有编程基础的同学,不建议看此书。 这是一本非常小白的书籍。我是看了豆瓣评价那么高,于是阅读了此书。此书内容非常友好。没有拗口的知识点,能够让小白快速了解Python,对Python学习有信心和兴趣。 作为一个有Java编程基础的我,很快学完完这本书的基础知识部分。实战部分内容...
评分##别忙着夸啊,我来说一下吧,首先,作者,自己很强,但是呢,我感觉这本书,写的不是很好,为什么呢,第一呢,作为一本入门级的编程书籍,该有的语法还是要有的,书中描述的语法比较少,比如for循环,这个就没有写语法,直接就拉出来用,说明作者比较注重实践,但是,书中还是所...
评分The following is a summary of specific changes that have been made in the second edition: In Chapter 1, the instructions for installing Python have been simplified for users of all major operating systems. I now recommend the text editor Sublime Text, which...
评分 评分Python Crash Course pdf epub mobi txt 电子书 下载