PythonInformer articles - NumPy efficiency and a simple Pygame game
If you are interested in using NumPy to speed up your Python applications, this updated article covers NumPy efficiency. It explains how NumPy achieves efficiency when processing large data sets, with some tips on how to get the best results.
This is part of a series on NumPy.
I have also started a new series on Pygame projects, starting with a simple game of Pong. This is the first article in a 4 part series, which I hope to extend later to cover other games.
Regards
Martin
