Automating the routine
A course for people who have written their first hundred lines of Python and want them to start saving time. We take the tasks you currently do by hand: sorting files, building a report in Excel, pulling data off a site, sending the result — and turn them one by one into scripts that run on a schedule without you.
What you will be able to do
8 modules, one project
01 What to automate and what not to3 lessons · 2 h 08 minOpen
We start not with code but with arithmetic: how much time the task eats, how much the script costs and when it pays for itself.
02 Files and folders3 lessons · 2 h 12 min
The first honest automation: we tidy a real downloads folder and learn not to lose data when something goes wrong.
03 Excel for real3 lessons · 2 h 16 min
Not «an export to CSV» but a working book: several sheets, formats, column widths and a report you can hand to someone who is not a programmer.
04 Data from web pages2 lessons · 1 h 36 min
We parse HTML where there is no API, and we do it politely: with pauses, headers and respect for someone else's server.
05 Sending the result3 lessons · 2 h 10 min
The script has finished — now a person needs to hear about it: by email or as a message in a messenger.
06 A script on a schedule2 lessons · 1 h 32 min
Automation begins where the script runs without you: we cover cron and the Windows task scheduler.
07 The script as a tool2 lessons · 1 h 30 min
We turn a one-off file into a tool you can still use in six months and hand to a colleague.
08 The final pipeline3 lessons · 2 h 36 min
We chain the course modules together: source, processing, report, delivery — and run the chain on a schedule.
What you get
Videos with timecodes and a written version: the code from a lesson can be copied instead of retyped off the screen.
A cluttered folder, an Excel workbook with real mess and saved pages of a site — so your result matches the lesson.
A starting point for each kind of task: walking files, an Excel report, parsing a page, sending an email — with parameters and logging.
How to put a script into cron and the Windows scheduler, where to look for logs and why a scheduled run sees a different environment.
The whole first module is open
Watch the lessons of the first module and the first task. If the format does not suit you, you have lost nothing.
