图书标签: Python Programming 计算机 编程 python 英文原版 programming Coding
发表于2024-06-21
Python Crash Course pdf epub mobi txt 电子书 下载 2024
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
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.
这本当然非常经典且实用,⚠️注意第三个project需要用Django,请直接转去2019版的英文版,因为Django在2017年做了挺大的版本提升,所以这个旧版有的地方对不上哈。
评分中学生也好上手的编程书了
评分基本功能介绍非常有价值,内容详尽,易于理解,但是后面PROJECTS因为涉及到python标准库里的内容太多,且没有内容介绍,会有点云里雾里的感觉。对于project,万能的google+书里的实践,是最好的打开方式!
评分有实例,很适合入门。
评分有实例,很适合入门。
十一几天,看完了《python从入门到实践》,电脑上装了anaconda和visual studio code把书中的部分代码实现了一下。这是我的第一本计算机语言书,我对书中的数据分析比较感兴趣,测试比较难,游戏部分和搭建网站部分好难。 个人推荐指数四星。透过前面的一半我已经了解了python的...
评分之前是在知乎上更新,然而知乎太坑爹,连删我三个贴... 我们来读取一些数据。首先读取每天的最高气温: 【发现这里仍然可以用列表推导式,1,2,3处一下变成一行: 这里用的是18年的新数据表,最高气温在列表第六列,所以line8索引变成row[5]了;注意line8的列表推导式不能在wi...
评分文中 'label':repo_dict['description'], 会报错 解决方案: 'label':str(repo_dict['description']), 即可。 估计出于某些原因 调用返回的value格式不对或者 编码错误, 转换为字符串就好了。 这是我发现的解决方案,如果并非此原因欢迎指出我的错误。
评分这是作者的第1版,目前很多代码都不适用了,第2版是作者使用了python 3.7.2于2018年重新编写,Django也用到了2.2版(从国外站点下载的第2版源码可知),所以第1版很多内容都太陈旧了,过时的语法你都用不了,只能参照2版源码自己慢慢领悟。新版国内目前还没有,如果出版到时可...
评分有编程基础的同学,不建议看此书。 这是一本非常小白的书籍。我是看了豆瓣评价那么高,于是阅读了此书。此书内容非常友好。没有拗口的知识点,能够让小白快速了解Python,对Python学习有信心和兴趣。 作为一个有Java编程基础的我,很快学完完这本书的基础知识部分。实战部分内容...
Python Crash Course pdf epub mobi txt 电子书 下载 2024