圖書標籤: Python Programming 計算機 編程 python 英文原版 programming Coding
发表于2024-06-20
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真是个极好入门的语言。本书的讲解很到位,不过就是在对一些简单知识点的讲解方面投入了过多的笔墨,太啰嗦了。 书中练习的源代码下载地址: https://ehmatthes.github.io/pcc/ 这是英文版的勘误表【网站:https://www.nostarch.com/p...
評分这本书后面的实践还是不错的,但是前面的入门可是看得一头雾水,个人认为还是核心编程才是真正适合打基础的书,毕竟这种跟着案例走的教材错过了很多基础内容,如果在入门的时候没有补上,到后面真正上手项目,各种查书籍才是最吃力的。相比而言,核心编程虽然很厚看起来很吃力...
評分 評分在写到数据可视化小项目时,一下两个部分有所变动,该模块会找不到: from pygal.i18n import COUNTRIES wm = pygal.Worldmap() 解决方法: 下载:pygal_maps_world-1.0.2.tar.gz,下载地址:https://pypi.python.org/pypi/pygal_maps_world pip install pygal_maps_world...
評分之前是在知乎上更新,然而知乎太坑爹,连删我三个贴... 我们来读取一些数据。首先读取每天的最高气温: 【发现这里仍然可以用列表推导式,1,2,3处一下变成一行: 这里用的是18年的新数据表,最高气温在列表第六列,所以line8索引变成row[5]了;注意line8的列表推导式不能在wi...
Python Crash Course pdf epub mobi txt 電子書 下載 2024