PythonInformer newsletter - image processing with NumPy, and part 2 of the Pong game
Hi.
NumPy can be used to store image data, which opens up the possibility of processing image data efficiently in Python code. Learn how images are represented in NumPy and how to use Pillow to read and write PNG and JPG images into NumPy.
If you are following the series on writing a simple game of Pong with Pygame, here is part 2. Although the game is very simple, the tutorial covers many aspects of game development in Python that can be carried forward to more complex games.
Martin
