Introduction
In Python: Warts and All, I share a lot of what I like and some of what I don't like about Python. The goal here is not to be inflammatory, well ... maybe a little,
but rather to create constructive discussions around the Python Programming Language.
This series is structured as a mini-book — each post is a chapter, and each chapter links to the next. Start at the beginning or jump to any topic.
Chapters
- Literal Data Structures
- The Python Data Model
- Comprehensions
- Generators (coming soon)
- REPL (coming soon)
- Typing (coming soon)
- Asynchronous (coming soon)
- Packaging (coming soon)
- Maintenance (coming soon)
- Scripting / Building CLIs (coming soon)
Previous
Know Notes
Next
DevAIOps