2d graphics - what module to use?

Carl Banks pavlovevidence at gmail.com
Sat Jul 26 02:14:15 EDT 2008


On Jul 25, 4:10 am, King <animator... at gmail.com> wrote:
> Use python's default GUI tkinter's drawing functions or you can use
> wxPython GUI kit or you can use pyopengl.
> If you are only interested to draw sin waves or math functions that
> you should give try to matlab atwww.mathworks.com

If you're only interested in sine waves you most certainly should not
give Matlab a try; even with student pricing it's going to be way
expensive for something that simple.

For just popping up a window and drawing on it I recommend PyGame.


Carl Banks



More information about the Python-list mailing list