Python Crash Course, 2nd Edition 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Python Crash Course, 2nd Edition

简体网页||繁体网页
Eric Matthes 作者
No Starch Press
译者
2019-5-3 出版日期
544 页数
USD 27.97 价格
Paperback
丛书系列
9781593279288 图书编码

Python Crash Course, 2nd Edition 在线电子书 图书标签: Python  Programming  编程  英文原版  数据科学  原版  pdf  coding   


喜欢 Python Crash Course, 2nd Edition 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-09-13


Python Crash Course, 2nd Edition 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Python Crash Course, 2nd Edition 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Python Crash Course, 2nd Edition 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Python Crash Course, 2nd Edition 在线电子书 用户评价

评分

怎么说呢,前半部分对新手蛮友好。问题是第二部分的项目中经常包含基础部分中应该提到但没有提到的部分,例如不带括号形式的元组和拆包、函数的作用域等等。对于操作的原理也没有提及,对于一些代码的逻辑似乎只能靠自己去悟或者得自己去发明一套解释去说服自己。但是称过“飞机项目”后面的两个项目就会快很多了。本质上是要理解这本书的工具主义倾向,这本书实际上就是希望你去照做,然后体会内在的逻辑,在将流程合理化的同时保留疑惑。对这本书的一个错误的预期可能会带来愤怒和挫败感,这本书的基础部分确实非常薄弱,但对于python初学者或者有其它语言基础的人而言,是非常平滑的。原版在一些词汇的理解上会有点帮助(形参/实参,制表符/换行符)。

评分

迅速过了一遍。蛮好的,基础讲得细,例子也很实用。

评分

入门读物

评分

看看速成要多久哼 实际看了不到两天就完了lol虽然只看了前面的部分,不包括project 很好的小白教材,今年刚出的第二版,还有code资源可以下载。适合现在的Python版本,毕竟Python2已死。这本书对于有编程基础的人来说就显得比较简单了,因此很快看完了hhh

评分

看了这本还有《Think Python》等python入门书,感觉这本最适合无编程经验的小白。最大的优点是作者对代码的讲解非常详细,几乎每行代码都会有对应的文字解释。

Python Crash Course, 2nd Edition 在线电子书 著者简介

Eric Matthes is a high school math and science teacher living in Alaska who teaches an Introduction to Programming class in Python. He has been writing programs since he was five years old.


Python Crash Course, 2nd Edition 在线电子书 图书目录


Python Crash Course, 2nd Edition 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Python Crash Course, 2nd Edition 在线电子书 图书描述

Second edition of the best selling Python book in the world. A fast-paced, no-nonsense guide to programming in Python. This book teaches beginners the basics of programming in Python with a focus on real projects.

This is the second edition of the best selling Python book in the world. Python Crash Course, 2nd Edition is a straightforward introduction to the core of Python programming. Author Eric Matthes dispenses with the sort of tedious, unnecessary information that can get in the way of learning how to program, choosing instead to provide a foundation in general programming concepts, Python fundamentals, and problem solving. Three real world projects in the second part of the book allow readers to apply their knowledge in useful ways.

Readers will learn how to create a simple video game, use data visualization techniques to make graphs and charts, and build and deploy an interactive web application. Python Crash Course, 2nd Edition teaches beginners the essentials of Python quickly so that they can build practical programs and develop powerful programming techniques.

Python Crash Course, 2nd Edition 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Python Crash Course, 2nd Edition 在线电子书 读后感

评分

2016年出版的书,豆瓣评分高达8.6,基于 Python3.5 同时也兼顾 Python2.7 ,作者推荐的编辑器 Geany 我没用过,不好做评论,不过个人推荐使用 Pycharm 或者 Sublime。 书中涵盖的内容是比较精简的,没有艰深晦涩的概念,最重要的是每个小结都附带有”动手试一试”环节,学编程...  

评分

我在测试 我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试我在测试...  

评分

在写到数据可视化小项目时,一下两个部分有所变动,该模块会找不到: 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...  

评分

我曾在大学里学过C语言选修课,不过那已经是差不多二十年前了。研发曾是我大学毕业时心目中的理想岗位,但结果阴差阳错去了其他岗位,之后就再也没碰过编程。 前段时间心血来潮,报了一个0基础学Python的在线课程。嗯,果然零基础也能上手?然后觉得边讲故事边学编程的方式,有...  

评分

十一几天,看完了《python从入门到实践》,电脑上装了anaconda和visual studio code把书中的部分代码实现了一下。这是我的第一本计算机语言书,我对书中的数据分析比较感兴趣,测试比较难,游戏部分和搭建网站部分好难。 个人推荐指数四星。透过前面的一半我已经了解了python的...  

类似图书 点击查看全场最低价

Python Crash Course, 2nd Edition 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Python Crash Course, 2nd Edition 在线电子书 相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有