5 posts · 14 min total · Beginner to Intermediate

Developers who already know Python syntax but want a stronger mental model for how the language actually works.

All Posts

  1. 1

    Introduction to Python Lecture Series

    Python lecture series curriculum

  2. 2

    Python Lecture Part 1 - Python's Philosophy and Design Principles

    Python's values, design philosophy, and the art of trade-offs

  3. 3

    Python Lecture 2 - Lexical Structure of Python

    Learn how Python reads and understands your code, starting from the first step of lexical analysis

  4. 4

    Python Lecture 3 - Containers and Generators

    Learn about Python's container concept, list internals, and efficient iteration with generators

  5. 5

    Python Lecture 04 - Class Internals and Descriptors

    Deep dive into how Python classes work internally, uncovering the secrets of bound methods and descriptors

Where To Go Next