Python Automation in Practice: Replace Repetitive Work with Scripts
Learn Python automation from scratch: batch Excel/Word processing, scheduled emails, web scraping, AI API integration. 16 in-depth chapters with production-ready code for real workplace scenarios.
16
Chapters
Free
Forever
Table of Contents
Ch01
Environment Setup โ From Zero to Your First Automation Script
Ch02
Core Python for Automation
Ch03
AI-Assisted Python Development โ 10x Speed Methodology
Ch04
Exceptions & Logging โ Production-Grade Python Scripts
Ch05
File System Automation โ Batch File Processing Made Simple
Ch06
Python + Excel โ Complete Guide to openpyxl and pandas
Ch07
Python + Word โ Batch Document Generation and Processing
Ch08
Python + PDF โ Extract, Merge, and Generate PDFs
Ch09
Web Scraping โ requests + BeautifulSoup + Playwright
Ch10
Email Automation โ Batch Sending and Smart Inbox Processing
Ch11
Notifications โ Slack, DingTalk, WeChat, and Desktop Alerts
Ch12
AI API Integration โ OpenAI, Claude, and Local Models
Ch13
Data Visualization โ matplotlib, seaborn, and Plotly
Ch14
GUI Automation โ pyautogui and Playwright for Desktop Control
Ch15
Scheduler & CLI โ Turning Scripts into Professional Tools
Ch16
Final Project โ Building a Complete Automation System