《Automate the Boring Stuff with Python》是由No Starch Press于2015年2月25日出版的Python编程教材,面向零基础读者教授通过脚本编写实现办公自动化。该书从基础语法讲起,逐步拓展到文件处理、电子表格操作、网页抓取等实际场景,截至2025年已推出第三版并新增配套练习手册。书籍中文版由人民邮电出
For example, here are the programming instructions, called the source code, for a simple program written in the Python programming language. Starting at the top, the Python software runs each line of code (some lines are run only if a certain condition is true or else Python runs some ...
The Python code spam[0] would evaluate to 'cat', and spam[1] would evaluate to 'bat', and so on. The integer inside the square brackets that follows the list is called an index. The first value in the list is at index 0, the second value is at index 1, the third value is at...
--Automate the Boring Stuff with Python 星级: 505 页 Automate the Boring Stuff with Python No Starch Press 2015 星级: 721 页 Automate the boring stuff with python 2nd edition 星级: 568 页 Automate the Boring Stuff with Python 2ND EDITION 星级: 809 页 (Py) Sweigart, Automate the Bor...
Automate the Boring Stuff with Python 中文翻译版,欢迎fork - lisiyu/Automate-the-Boring-Stuff-with-Python-ChineseVersion
经典教程Automate the Boring Stuff with Python中文版及源码 代码片段和文件信息 属性 大小 日期 时间 名称--- --- --- --- --- 文件8645195 2018-01-17 21:44 automate_online-materials.zip 文件14543658 2018-01-17 21:40 Python 编程快速上手 让繁琐工作自动化 (Automate the Boring Stuff with Pyt...
Python编程快速上手++让繁琐工作自动化,Automate the Boring Stuff with Python中文版及源码 (0)踩踩(0) 所需:6积分 linecounter-maven-plugin 2025-05-31 00:03:40 积分:1 SimFlightData 2025-05-31 00:04:15 积分:1 地瓜仓库 2025-05-31 00:09:12 ...
python基础教程第二版(高清书签中文) python 基础教程 第二版 高清 书签 中文: 本书包括Python程序设计的方方面面,首先从Python的安装开始,随后介绍了Python的基础知识和基本概念,包括列表、元组、字符串、字典以及各种语句。然后循序渐进地介绍了一些相对高级的主题,包括抽象、异常、魔法方法、属性、迭代器。此后探讨了...
【摘要】 Automate the Boring Stuff with Python这本书的中文版就要出版了! 作者是谁?起了这么另类(Diao,三声)的英文书名! Al Sweigart是一名软件开发者和技术图书作者,居住在旧金山。Python是他最喜欢的编程语言,他开发了几个开源模块。他的其他著作都在他的网站http://www.inventwithpython.com/上。 这个哥们...
Automate the Boring Stuff with Python的创作者· ··· Albert Sweigart作者 作者简介· ··· Al Sweigart 是一名软件开发者,还教小孩和成人编程。他为初学者写了几本Python 书籍,包括《Python 密码学编程》、《Python 游戏编程快速上手》和《Python 和Pygame 游戏开发指南》。 原文摘录 ...