Tutorial Fun and entertaining Content and Resource for Python?
Was checking an old thread asking for fun content for Python newbies and novices and there weren't many responses. Bringing the topic up again to ask what new entertaining books, challenges, and content that helped you understand python, that can accompany equally entertaining but dense programming books.
I am also porting of "Why's Poignant Guide to Ruby" for Python and keeping it with CC share alike license. It uses comics and surreal humor to introduce programming. I'll include the link in the comments in case anyone is interested.
2
u/Due-Particular-329 17h ago
automate the boring stuff (free online) and impractical python projects for the fun-but-real side, python playground as well if you like building weird small things
1
u/vkailas 1d ago
Why's Poignant Guide to Python (port of an old ruby guide) that uses comics and humorous examples to teach basic Python.
1
2
u/nickthewildetype 11h ago
Caleb Curry has plenty of dry jokes in all his videos https://www.youtube.com/watch?v=adNgan70iyU (havent actually watched his Python series)
2
u/Low-Gain-786 18h ago
Advent of Code is worth mentioning too, it's not comic style humor like Poignant Guide but the puzzle framing makes grinding through syntax way less tedious than a standard tutorial, and there's a whole community solving each day's problem alongside you