Search
Find articles, projects, and courses by name, tag, or topic.
Courses4

Engineering setup for AI & Data Products
Build the foundational skills required to set up AI and data products properly, including terminal usage, Python project anatomy, Python package boundaries, virtual environments, dependency management with uv, configuration hygiene, Git and GitHub workflows, secrets management, repository visibility, licensing, testing, a minimal FastAPI starter app, Docker-based local services, and a guided starter-repo project.

Python Foundations
From zero to confident everyday Python, taught through real situations and the bugs they cause: values, collections, functions, the mutation model, errors, and files, all practiced by writing and running code in the browser.

Idiomatic Python and OOP
Go from working Python to fluent, well-structured Python: the idioms professionals reach for, the standard-library toolkit, iterators and generators, decorators, and object-oriented design built on Python's data model.
DSA for Agentic AI Engineers
Python-only data structures and algorithms practice for AI and data product engineers: problem statement, runnable solution, explanation, and visible public tests for every problem.

