Automate the Boring Stuff with Python 2ND EDITION 星级: 809 页 (Py) Sweigart, Automate the Boring Stuff with Python 星级: 501 页 Python Crash Course_ Learn to automate the boring stuff 星级: 54 页 Beyond the Basic Stuff With Python 星级: 219 页 Automate the boring stuff with Python...
Covers programmatically reading Word and PDF documents. Chapter 14. Continues to explain how to programmatically manipulate documents with CSV and JSON files. Chapter 15. Explains how time and dates are handled by Python programs and how to schedule your computer to perform tasks at certain times....
If you want your programs to read or write to PDFs or Word documents, you’ll need to do more than simply pass their filenames to open().Fortunately, there are Python modules that make it easy for you to interact with PDFs and Word documents. This chapter will cover two such modules...
Automate the Boring Stuff with Python的创作者 ··· Albert Sweigart 作者 作者简介 ··· Al Sweigart 是一名软件开发者,还教小孩和成人编程。他为初学者写了几本Python 书籍,包括《Python 密码学编程》、《Python 游戏编程快速上手》和《Python 和Pygame 游戏开发指南》。 原文摘录 ··· ( 全部 )...
“You’ve just done in two hours what it takes the three of us two days to do.” My college roommate was working at a retail electronics store in the early 2000s. Occasionally, the store would receive a spreadsheet of thousands of product prices from its
电子书《Automate the Boring Stuff with Python》用 Python 自动化无聊的事情 O网页链接可以作为Python的入门教程。在本书中,您将学习如何使用 Python 编写程序,这些程序可以在几分钟内完成手动需要数小时才能完成的程序——无需事先有编程经验。 一旦掌握了编程的基础知识,您将创建 Python 程序,这些程序可以毫不费力...
In this second edition of Automate the Boring Stuff with Python, you'll learn the basics of programming in Python, the fastest growing programming language today, before moving on to create Pytho... (展开全部) 作者简介 ··· Al Sweigart is a professional software developer who teaches ...
Chapter 4. Lists One more topic you’ll need to understand before you can begin writing programs in earnest is the list data type and its cousin, the tuple. Lists and … - Selection from Automate the Boring Stuff with Python [Book]
不要把你的时间花在训练好的猴子能做的工作上。即使你从来没有写过一行代码,你也可以让你的电脑做些粗制滥造的工作。学习如何用Python自动化无聊的东西。 Python Apress2019-06-15 上传大小:16.00MB 所需:50积分/C币 automatetheboringstuffwithpython_python_automate_able22s_term978...
First, let’s ask the algorithm to generate Python code to extract data from this PDF document and save it to a text file: Here is the complete code provided by the algorithm: import PyPDF2 # Open the PDF file in read-binary mode ...