damato@python:~/lessons$ status
0 of 61 lessons done
# modules
Variables, data structures, loops, and functions. The stuff you'll use in every script you ever write.
DataFrames, Series, filtering, and sorting. How you actually work with tabular data in Python.
# complete module 1 first
Handle missing data, convert types, clean strings, and prepare messy real-world data for analysis.
# complete module 2 first
Aggregate data with groupby, merge datasets, and reshape tables with pivot operations.
# complete module 3 first
String methods, regular expressions, file I/O, and JSON handling.
# complete module 4 first
Fetch data from APIs, parse JSON responses, and scrape web content with BeautifulSoup.
# complete module 5 first
Write lambda functions, use apply and map, and master vectorized operations for performance.
# complete module 6 first
Arrays, dtypes, reshape, broadcasting, and vectorization. The math layer under pandas, plus how to drop down to it when you need speed.
# complete module 7 first
Build real games with Python. Learn the game loop, movement physics, sprites, collision detection, and complete a Brick Breakaway clone from scratch.
# complete module 8 first
String cleaning, number formatting, date parsing, combining DataFrames, and pivot tables. Exactly what the WCTC Python Data Manipulation course covers.
# complete module 9 first
Classes and objects, type hints and dataclasses, testing your code, and logging and debugging. The Python beyond scripts that real projects need.
# complete module 10 first