Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Unavailable
Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners
Unavailable
Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners
Unavailable
Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners
Ebook1,109 pages9 hours

Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners

Rating: 4 out of 5 stars

4/5

()

Currently unavailable

Currently unavailable

About this ebook

Learn how to code while you write programs that effortlessly perform useful feats of automation!

The second edition of this international fan favorite includes a brand-new chapter on input validation, Gmail and Google Sheets automations, tips for updating CSV files, and more.


If you've ever spent hours renaming files or updating spreadsheet cells, you know how tedious tasks like these can be. But what if you could have your computer do them for you? Automate the Boring Stuff with Python, 2nd Edition teaches even the technically uninclined how to write programs that do in minutes what would take hours to do by hand—no prior coding experience required!

This new, fully revised edition of Al Sweigart’s bestselling Pythonic classic, Automate the Boring Stuff with Python, covers all the basics of Python 3 while exploring its rich library of modules for performing specific tasks, like scraping data off the Web, filling out forms, renaming files, organizing folders, sending email responses, and merging, splitting, or encrypting PDFs. 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 create useful tools as you build out your programming skills, and updated practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks. Boring tasks no longer have to take to get through—and neither does learning Python!
LanguageEnglish
Release dateNov 12, 2019
ISBN9781593279936
Unavailable
Automate the Boring Stuff with Python, 2nd Edition: Practical Programming for Total Beginners

Related to Automate the Boring Stuff with Python, 2nd Edition

Related ebooks

Programming For You

View More

Related articles

Reviews for Automate the Boring Stuff with Python, 2nd Edition

Rating: 4.234042340425532 out of 5 stars
4/5

47 ratings3 reviews

What did you think?

Tap to rate

Review must be at least 10 words

  • Rating: 5 out of 5 stars
    5/5
    Al Sweigart is a really great writer that takes the time and effort to be really clear and explanatory. There are lots of great ways to apply what you learn in this book to your everyday life which is really crucial to make what you learn stick. You can't go wrong with this book!
  • Rating: 4 out of 5 stars
    4/5
    I only skimmed this as not being a total beginner it didn't have much to teach me, but it looked like a decent introduction. For a fair amount of stuff in this book my first instinct would be to use a quick shell script, but let's be honest: Python can often be much easier to read and write. That probably doesn't mean I'll change my habits but it's good to reflect on which tool is most effective for the job.If you don't know about it, reading up on regular expressions is something you must absolutely do. It might as well be from this book. Then there's other stuff like generating random quiz files which is always good to know. There was one thing that was completely new to me: I'd never heard of PyAutoGUI. It could be interesting for automated form filling, although I have no present use for it. Oh yeah, and the book isn't one of those super dry programming books. Occasionally it can be quite funny.
  • Rating: 4 out of 5 stars
    4/5
    I have a few other introductions to Python, but this one was especially appealing to me. Its example applications are very practical, and it covers regular expressions, file handling, web scraping, working with MSWord and MS Excel files, and handling image files and e-mails.