Programming Languages Decisions

E.D.G. edgrsprj at ix.netcom.com
Tue Aug 19 14:11:41 EDT 2008


"Lie" <Lie.1296 at gmail.com> wrote in message 
news:fda4a293-d33c-4c72-9d08-52d9442c7a32 at i24g2000prf.googlegroups.com...
> How is Python with graphics?

pygame for graphic with SDL library (e.g. fullscreen apps, hardware
accelerated)
Tkinter for basic GUI that can run on any python with no dependencies
(except python vm)
wxWidget, etc for more advanced GUI and if you allow dependencies


Thanks for the comments.




More information about the Python-list mailing list