Don't spend your time doing work a well-trained monkey could do. Even if you've never written a line of code, you can make your computer do the grunt work. Learn how in Automate the Boring Stuff with Python. Third Edition Now Available ...
in Automate the Boring Stuff with Python. Table of Contents Part I. Python Programming Basics Chapter 1. Python Basics Chapter 2. Flow Control Chapter 3. Functions Chapter 4. Lists Chapter 5. Dictionaries and Structuring Data Chapter 6. Manipulating Strings Part II. Automating Tasks Chapter 7. ...
Parsing PDFs and Excel spreadsheets Automating the keyboard and mouse Sending emails and texts And several other practical topics By the end of this course, you'll be able to write code that not only dramatically increases your productivity, but also be able to list this fun and creative skill...
Part II: Automating Tasks Chapter 7: Pattern Matching with Regular Expressions Covers how Python can manipulate strings and search for text patterns with regular expressions. Chapter 8: Input Validation Explains how your program can verify the information a user gives it, ensuring that the user’s...
There’s also a brand-new chapter on input validation, tutorials on automating Gmail and Google Sheets, tips on automatically updating CSV files, and other recent feats of automations that improve your efficiency.Detailed, step-by-step instructions walk you through each program, allowing you to ...
what would take you hours to do by hand--no prior programming experience required. You'll learn the basics Python and explore Python's rich library of modules for performing specific tasks, like scraping data off websites, reading PDF and Word documents, and automating clicking and typing ...
Cover of the book “Automating Boring Stuff with Python” 不要把时间花在训练有素的猴子可以做的工作上。 即使您从未编写过一行代码,也可以使计算机完成繁重的工作。 了解如何使用Python自动完成无聊的事情。 标题说明了一切。 时不时地,您必须遇到一个无聊或重复的任务,使您说:“再也不要这样。” 本书打算消...
Cover of the book “Automating Boring Stuff with Python” 不要把时间花在训练有素的猴子可以做的工作上。 即使您从未编写过一行代码,也可以使计算机完成繁重的工作。 了解如何使用Python自动完成无聊的事情。 标题说明了一切。 时不时地,您必须遇到一个无聊或重复的任务,使您说:“再也不要这样。” 本书打算消...
scrapingtheweb,analyzinginformationtogenerateautomaticspreadsheetsreportswithgraphs,andcommunicatingwithautomaticallygeneratedemails.You’lllearnhowtogetnotificationsviatextmessagesandruntaskswhileyourmindisfocusedonotherimportantactivities,followedbyunderstandinghowtoscandocumentssuchasrésumés.Onceyou’vegottenfamiliarwiththe...
As you continue your journey in automating tasks with Python, here are some additional resources to help you expand your skills: Automate the Boring Stuff with Python by Al Sweigart: A comprehensive book that covers various automation topics, including working with Excel spreadsheets, PDFs, and im...