Act One covers —variables, data types (integers, floats, strings, booleans), input/output, and basic operators. Portilla avoids abstract theory, instead demonstrating each concept through the interactive Jupyter Notebook environment. Act Two introduces control flow (if/elif/else, for/while loops) and fundamental data structures (lists, dictionaries, tuples, sets). This section is where the “zero” truly begins to fade.
First, the is a masterstroke. Unlike traditional IDEs, notebooks allow learners to write, execute, and visualize code in small, digestible cells, with markdown explanations interleaved. This reduces the friction of environment setup—a notorious barrier for beginners. Act One covers —variables, data types (integers, floats,
Third, Portilla’s is notably calm, enthusiastic, and articulate. He avoids jargon dumps, repeats key concepts, and explicitly vocalizes his thought process while debugging—an invaluable metacognitive model for novices. This section is where the “zero” truly begins to fade
Second, the course . Version control (Git) is mentioned only in passing. Virtual environments, pip package management, and testing frameworks (unittest/pytest) are completely absent. A “hero” who cannot install a third-party library or manage dependencies is still a novice in professional contexts. This reduces the friction of environment setup—a notorious
First, is a critical flaw. Despite the “2020” label, the course content has aged. There is no mention of type hints (PEP 484), f-strings (Python 3.6+), the walrus operator (:=), or async/await. Learners completing the course in 2026 will write Python that looks like 2017-era code.
Its is another asset. Learners exit the bootcamp able to parse CSV files, work with JSON, handle exceptions, and write basic classes. They are not data scientists or web developers, but they are competent Python users —a critical distinction.