When your program is written, it can easily be shared online with the entire world. And though you’ll make mistakes when programming, the activity is still a lot of fun. About This Book The first part of this book covers basic Python programming concepts, and the second part covers ...
Say you have the boring job of merging several dozen PDF documents into a single PDF file. Each of them has a cover sheet as the first page, but you don’t want the cover sheet repeated in the final result. Even though there are lots of free programs for combining PDFs, many of ...
--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的创作者 ··· Albert Sweigart 作者 作者简介 ··· Al Sweigart 是一名软件开发者,还教小孩和成人编程。他为初学者写了几本Python 书籍,包括《Python 密码学编程》、《Python 游戏编程快速上手》和《Python 和Pygame 游戏开发指南》。 原文摘录 ··· ( 全部 )...
This package installs the modules used in "Automate the Boring Stuff with Python", 2nd Edition. - asweigart/automateboringstuff
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 ...
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]
Chapter 15. Keeping Time, Scheduling Tasks, and Launching Programs Running programs while you’re sitting at your computer is fine, but it’s also useful to have programs run without your direct … - Selection from Automate the Boring Stuff with 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 ...
Automate the Boring Stuff with Python teaches simple programming skills to automate everyday computer tasks. - Selection from Automate the Boring Stuff with Python [Book]