pipelines.py / episodes.py
# all episodes

Start at EP01. Build from there.

Every episode builds on the last. Series: Python From Zero — full titles on YouTube follow the format "Python From Zero — EP0X: [Episode Title]."

ep01_first_line.py
EP01

Your First Line of Code

Everyone remembers their first line of code. Here's yours.

  • What Python actually is — and why data people reach for it first
  • Setting up and running your very first script, start to finish
  • The mindset shift: code isn't scary, it's just instructions
ep02_variables.py
EP02

Variables & Data Types

Every pipeline, every script, every dataset — it all starts with variables. Get this right and everything after it gets easier.

  • What variables are and why they're the foundation of everything else
  • Python's core data types — strings, integers, floats, booleans
  • The beginner mistakes that trip up almost everyone (and how to skip them)
ep03_strings.py
EP03

Strings & String Methods

Most real-world data is messy text. This is how you start cleaning it up.

  • Why strings are everywhere in real data work
  • The string methods you'll reach for constantly
  • A first taste of cleaning up messy, real-world text
# next step

Want exercises, projects, and a structured path?

The episodes here teach the concept. PyPath gives you the hands-on practice, real projects, and a clear track from beginner to advanced — at your own pace.

Join the PyPath Waitlist