Python Crash Course 在線電子書 圖書標籤: Python Programming 計算機 編程 python 英文原版 programming Coding
發表於2024-11-25
Python Crash Course 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024
編程還是要看英文版的
評分補標。過於基礎,練習簡單到懶得動手。。。
評分中學生也好上手的編程書瞭
評分有實例,很適閤入門。
評分編程還是要看英文版的
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
★★★★★ 前面12章啃完,具备最基本的python知识,目标是读懂编程。其实python 最强大的是库。对我来说numpy ,pandas,keras,sklearning是后面的学习重点,本书基本没怎么讲。15,16,17,18章后面应用过程中可以随时参考。学习过程中需要很多助手,比如CSDN。
評分非常好的一本书,作者用心的编写。不过这个比较适合小白,没有接触过编程的小白。有过其他语言学习经历的同学就不要再看这个了,太浪费时间了。我们在大一学习了C语言,又在大三学习的Python,选择的教材是这本书,所有的同学都觉得这本书很好,但是只是适合零基础的,对于我们...
評分这本书后面的实践还是不错的,但是前面的入门可是看得一头雾水,个人认为还是核心编程才是真正适合打基础的书,毕竟这种跟着案例走的教材错过了很多基础内容,如果在入门的时候没有补上,到后面真正上手项目,各种查书籍才是最吃力的。相比而言,核心编程虽然很厚看起来很吃力...
評分十一几天,看完了《python从入门到实践》,电脑上装了anaconda和visual studio code把书中的部分代码实现了一下。这是我的第一本计算机语言书,我对书中的数据分析比较感兴趣,测试比较难,游戏部分和搭建网站部分好难。 个人推荐指数四星。透过前面的一半我已经了解了python的...
評分文中 'label':repo_dict['description'], 会报错 解决方案: 'label':str(repo_dict['description']), 即可。 估计出于某些原因 调用返回的value格式不对或者 编码错误, 转换为字符串就好了。 这是我发现的解决方案,如果并非此原因欢迎指出我的错误。
Python Crash Course 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024