Gaming in Python: PyGame vs. Arcade vs. PyGame Zero

I tried writing games in Python a few years ago, but gave up as the only library at the time (Pygame) wasn’t very good. Recently, I came back to Python and found there are now multiple gaming libraries. In this post, I look at PyGame, Arcade, PyGame Zero … Read more

Similar

The (lack of a) case against Python 3

A few days ago, well-known author and developer Zed Shaw wrote a blog post, “The Case Against Python 3.”   I have a huge amount of respect for Zed’s work, and his book (Learn Python the Hard Way) is one whose approach is similar to mine — so muc...

Read more »