r/Python • u/david_vael • 5h ago
Resource Python Under the Hood Update: Chapter 3 (Conditional Statements & Control Flow) is now complete
Hey everyone,
Chapter 3 is finally done. This chapter took way more time than I originally expected because it grew into a much deeper and larger chapter than planned.
Current Progress:
✅ Chapter 1 - Variables & Memory
✅ Chapter 2 - Expressions & Operators
✅ Chapter 3 - Conditional Statements & Control Flow
I'd love to hear your thoughts on the new chapter and any suggestions for future improvements.
With this, I’m taking a break from Python Under the Hood. I’ll be stepping away from the project for a while and will return to it before July 2027.
When I come back, we’ll continue with even deeper explanations, more advanced topics, and an even better approach to understanding what happens under the hood of Python.
For now, Chapter 3 marks the end of this phase. 🐍⚙️
GitHub: python-under-the-hood
See you in the next chapter.
1
u/losek 3h ago
That looks very interesting, thank you. I starred it and I'll get to reading all 3 parts. I would love to read such an indepth explanation on the free threaded Python (and migration to it). If you have recommendations for such a resource please let me know.