On Fri, Sep 17, 2010 at 12:13 PM, Bill Allen <[email protected]> wrote: > Is there a simple way to plot pixels in Python, without resorting to turtle > graphics?
Give matplotlib a go. Alternatively you may want to try pygame or pyglet. cheers James -- -- James Mills -- -- "Problems are solved by method" _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
