Log In
Or create an account -> 
Imperial Library
  • Home
  • About
  • News
  • Upload
  • Forum
  • Help
  • Login/SignUp

Index
Title Page Copyright and Credits
Python Automation Cookbook
Dedication Packt Upsell
Why subscribe? PacktPub.com
Contributors
About the author About the reviewer Packt is searching for authors like you
Preface
Who this book is for What this book covers To get the most out of this book
Download the example code files Download the color images Conventions used
Sections
Getting ready How to do it... How it works... There's more... See also
Get in touch
Reviews
Let Us Begin Our Automation Journey
Introduction Creating a virtual environment
Getting ready How to do it... How it works... There's more... See also
Installing third-party packages
Getting ready How to do it... How it works... There's more... See also
Creating strings with formatted values
Getting ready How to do it... How it works... There's more... See also
Manipulating strings
Getting ready How to do it... How it works... There's more... See also
Extracting data from structured strings
Getting ready How to do it... How it works... There's more... See also
Using a third-party tool—parse
Getting ready How to do it... How it works... There's more... See also
Introducing regular expressions
Getting ready How to do it... How it works... There's more... See also
Going deeper into regular expressions
How to do it... How it works... There's more... See also
Adding command-line arguments
Getting ready How to do it... How it works... There's more... See also
Automating Tasks Made Easy
Introduction Preparing a task
Getting ready How to do it... How it works... There's more... See also
Setting up a cron job
Getting ready How to do it... How it works... There's more... See also
Capturing errors and problems
Getting ready How to do it... How it works... There's more... See also
Sending email notifications
Getting ready How to do it... How it works... There's more... See also
Building Your First Web Scraping Application
Introduction Downloading web pages
Getting ready How to do it... How it works... There's more... See also
Parsing HTML
Getting ready How to do it... How it works... There's more... See also
Crawling the web
Getting ready How to do it... How it works... There's more... See also
Subscribing to feeds
Getting ready How to do it... How it works... There's more... See also
Accessing web APIs
Getting ready How to do it... How it works... There's more... See also
Interacting with forms
Getting ready How to do it... How it works... There's more... See also
Using Selenium for advanced interaction
Getting ready How to do it... How it works... There's more... See also
Accessing password-protected pages
Getting ready How to do it... How it works... There's more... See also
Speeding up web scraping
Getting ready How to do it... How it works... There's more... See also
Searching and Reading Local Files
Introduction Crawling and searching directories
Getting ready How to do it... How it works... There's more... See also
Reading text files
Getting ready How to do it... How it works... There's more... See also
Dealing with encodings
Getting ready How to do it... How it works... There's more... See also
Reading CSV files
Getting ready How to do it... How it works... There's more... See also
Reading log files
Getting ready How to do it... How it works... There's more... See also
Reading file metadata
Getting ready How to do it... How it works... There's more... See also
Reading images
Getting ready How to do it... How it works... There's more... See also
Reading PDF files
Getting ready How to do it... How it works... There's more... See also
Reading Word documents
Getting ready How to do it... How it works... There's more... See also
Scanning documents for a keyword
Getting ready How to do it... How it works... There's more... See also
Generating Fantastic Reports
Introduction Creating a simple report in plain text
Getting ready How to do it... How it works... There's more... See also
Using templates for reports
Getting ready How to do it... How it works... There's more... See also
Formatting text in Markdown
Getting ready How to do it... How it works... There's more... See also
Writing a basic Word document
Getting ready How to do it... How it works... There's more... See also
Styling a Word document
Getting ready How to do it... How it works... There's more... See also
Generating structure in Word documents
Getting ready How to do it... How it works... There's more... See also
Adding pictures to Word documents
Getting ready How to do it... How it works... There's more... See also
Writing a simple PDF document
Getting ready How to do it... How it works... There's more... See also
Structuring a PDF
Getting ready How to do it... How it works... There's more... See also
Aggregating PDF reports
Getting ready How to do it... How it works... There's more... See also
Watermarking and encrypting a PDF
Getting ready How to do it... How it works... There's more... See also
Fun with Spreadsheets
Introduction Writing a CSV spreadsheet
Getting ready How to do it... How it works... There's more... See also
Updating the CSV files
Getting ready How to do it... How it works... There's more... See also
Reading an Excel spreadsheet
Getting ready How to do it... How it works... There's more... See also
Updating an Excel spreadsheet
Getting ready How to do it... How it works... There's more... See also
Creating new sheets on an Excel spreadsheet
Getting ready How to do it... How it works... There's more... See also
Creating charts in Excel
Getting ready How to do it... How it works... There's more... See also
Working with format in Excel
Getting ready How to do it... How it works... There's more... See also
Creating a macro in LibreOffice
Getting ready How to do it... How it works... There's more... See also
Developing Stunning Graphs
Introduction Plotting a simple sales graph
Getting ready How to do it... How it works... There's more... See also
Drawing stacked bars
Getting ready How to do it... How it works... There's more... See also
Plotting pie charts
Getting ready How to do it... How it works... There's more... See also
Displaying multiple lines
Getting ready How to do it... How it works... There's more... See also
Drawing a scatter plot
Getting ready How to do it... How it works... There's more... See also
Visualizing maps
Getting ready How to do it... How it works... There's more... See also
Adding legends and annotations
Getting ready How to do it... How it works... There's more... See also
Combining graphs
Getting ready How to do it... How it works... There's more... See also
Saving charts
Getting ready How to do it... How it works... There's more... See also
Dealing with Communication Channels
Introduction Working with email templates
Getting ready How to do it... How it works... There's more... See also
Sending an individual email
Getting ready How to do it... How it works... There's more... See also
Reading an email
Getting ready How to do it... How it works... There's more... See also
Adding subscribers to an email newsletter
Getting ready How to do it... How it works... There's more... See also
Sending notifications via email
Getting ready How to do it... How it works... There's more... See also
Producing SMS
Getting ready How to do it... How it works... There's more... See also
Receiving SMS
Getting ready How to do it... How it works... There's more... See also
Creating a Telegram bot
Getting ready How to do it... How it works... There's more... See also
Why Not Automate Your Marketing Campaign?
Introduction Detecting the opportunities
Getting ready How to do it... How it works... There's more... See also
Creating personalized coupon codes
Getting ready How to do it... How it works... There's more... See also
Sending a notification to the customer on their preferred channel
Getting ready How to do it... How it works... There's more... See also
Preparing sales information
Getting ready How to do it... How it works... There's more... See also
Generating a sales report
Getting Ready How to do it... How it works There's more... See also
Debugging Techniques
Introduction Learning Python interpreter basics
How to do it... How it works... There's more... See also
Debugging through logging
Getting ready How to do it... How it works... There's more... See also
Debugging with breakpoints
Getting ready How to do it... How it works... There's more... See also
Improving your debugging skills
Getting ready How to do it... How it works... There's more... See also
Other Books You May Enjoy
Leave a review - let other readers know what you think
  • ← Prev
  • Back
  • Next →
  • ← Prev
  • Back
  • Next →

Chief Librarian: Las Zenow <zenow@riseup.net>
Fork the source code from gitlab
.

This is a mirror of the Tor onion service:
http://kx5thpx2olielkihfyo4jgjqfb7zx7wxr3sd4xzt26ochei4m6f7tayd.onion