Python Morsels
Weekly Python exercises with detailed solution walkthroughs, aimed at leveling up intermediate developers
Visit Python Morsels →Python Morsels, run by Trey Hunner, sends subscribers a small Python exercise every week — deliberately scoped so it can be solved in under an hour, with a written solution and video walkthrough afterward that usually reveals a more idiomatic approach than whatever you first wrote.
It’s aimed less at absolute beginners and more at developers who already know Python’s syntax but want to close the gap between “code that works” and genuinely Pythonic code — comprehensions, generators, unpacking, and the standard library features most tutorials skip.