[Tutor] window graphics

Kent Johnson kent37 at tds.net
Thu Jul 2 21:44:32 CEST 2009


On Wed, Jul 1, 2009 at 3:49 PM, David H. Burns<dhburns at cherokeetel.net> wrote:
> I am new to Python and I'm looking for help on graphics in Python3.0. All
> the graphics libraries I've seen are far to complex (and don't seem
> compatible with 3. What I really need to know is two things (1) how to set
> up a graphic window and (2)how to plot a pixel. Basically that's all a
> "graphics package" needs.

Why do you want to plot single pixels? Drawing single pixels directly
to a window is likely to be too slow for any substantive project.

Kent


More information about the Tutor mailing list