Skip to main content
📋

Python for Office Workers

L2PRO· 50 lessons

Excel, Google Sheets, scraping — automate the boring parts of your job

0 / 50 · 0%

10 lessons across 3 modules: Excel & CSV (DictReader, openpyxl read/write), Web APIs (requests, JSON parsing, Google Sheets via gspread), and Web Scraping (BeautifulSoup tables, capstone daily-price scraper). Designed for accountants, analysts, ops people — no CS background required.

📋 WHAT YOU'LL LEARN

Why automate office work with Python? · Read a CSV with DictReader · openpyxl — read an .xlsx file · openpyxl — write a new spreadsheet

1
Why automate office work with Python?
quizFREE
2
Read a CSV with DictReader
code75 XP🔒 PRO
3
openpyxl — read an .xlsx file
predict100 XP🔒 PRO
4
openpyxl — write a new spreadsheet
predict100 XP🔒 PRO

Tip: click any lesson to revisit it. After your first attempt, the “Show example” button reveals the full solution.