Automate the Boring Stuff with Python 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025


Automate the Boring Stuff with Python

简体网页||繁体网页
Albert Sweigart 作者
No Starch Press
译者
2015-2-25 出版日期
448 页数
USD 29.95 价格
Paperback
丛书系列
9781593275990 图书编码

Automate the Boring Stuff with Python 在线电子书 图书标签: Python  编程  Programming  计算机  python  自动化  IT  思维方式   


喜欢 Automate the Boring Stuff with Python 在线电子书 的读者还喜欢




下载链接1
下载链接2
下载链接3
    

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

发表于2025-02-22


Automate the Boring Stuff with Python 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2025

Automate the Boring Stuff with Python 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2025

Automate the Boring Stuff with Python 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025



Automate the Boring Stuff with Python 在线电子书 用户评价

评分

第一本编程书,现在也偶尔用python写脚本,不过发现这些代码都太entry level了

评分

嗯,就从办公自动化开始入门吧。看了第二遍才知道这本书的好。

评分

原来是给非开发者看的,太简单了

评分

适合无编程基础的初学者,快速上手。 英文版:https://automatetheboringstuff.com/#toc

评分

后半部的自动化应用场景不大心仪,草草而过。

Automate the Boring Stuff with Python 在线电子书 著者简介

Al Sweigart 是一名软件开发者,还教小孩和成人编程。他为初学者写了几本Python 书籍,包括《Python 密码学编程》、《Python 游戏编程快速上手》和《Python 和Pygame 游戏开发指南》。


Automate the Boring Stuff with Python 在线电子书 图书目录


Automate the Boring Stuff with Python 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Automate the Boring Stuff with Python 在线电子书 图书描述


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

Automate the Boring Stuff with Python 在线电子书 读后感

评分

>>>import openpyxl >>>wb = openpyxl.load_workbook('example.xlsx') >>>sheet = wb.get_active_sheet() >>>sheet.columns[1] 上面的示例为运行后,会产生如下报错: TypeError: 'generator' object is not subscriptable 用以下的方式访问即可 >>> list(sheet.columns)[0] (<...  

评分

16.6.2的示例代码,因为 twilio库的版本变化,会报如下的错误: twilio.base.obsolete.ObsoleteException: TwilioRestClient has been removed from this version of the library. Please refer to current documentation for guidance. 根据该公司的API说明,应该使用以下代...  

评分

>>>import openpyxl >>>wb = openpyxl.load_workbook('example.xlsx') >>>sheet = wb.get_active_sheet() >>>sheet.columns[1] 上面的示例为运行后,会产生如下报错: TypeError: 'generator' object is not subscriptable 用以下的方式访问即可 >>> list(sheet.columns)[0] (<...  

评分

复制我在京东的评价。顺便也是我的豆瓣首评。以下: 先声明,此评价与平台无关,只针对内容质量。这本书,怎么说呢,英文版没有看过,但是就我看的中文版来说…质量不是太高,大家可以慎重考虑一下。入门感觉还可以,但是从排版到翻译,简直是错漏百出。引用的代码有很多错误,...  

评分

上面这个评论标题来自本书作者自己发布的博客文章,链接是: https://inventwithpython.com/blog/2019/10/07/whats-new-in-the-2nd-edition-of-automate-the-boring-stuff-with-python/ 简单来说,第二版更新了以下内容: The second edition is about 100 pages longer than t...  

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

Automate the Boring Stuff with Python 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025


分享链接





Automate the Boring Stuff with Python 在线电子书 相关图书




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

友情链接

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