[Tutor] Drawing simple graphics objects

Alan Gauld alan.gauld at btinternet.com
Mon Apr 4 10:09:39 EDT 2016


On 04/04/16 04:17, Ashley Jacobs wrote:
> Hi, 
> could you help me with python 3.5 coding for graphics?

Probably, but you'll need to give us a clearer idea of what
you want to do.

For example you could use the turtle module to draw basic
turtle graphics.

Or you could use a plotting library to draw graphs etc

Or you could use a GUI to do basic geometric figures
(line, square, circle etc) Or to display graphic images,
like photos or icons.

Or you could use PyGame to draw game style sprites
(and much more)

And beyond that there are a bunch of more advanced 3D
graphics toolkits and scientific plotting tools that
you could use.

It just depends on what you want to do.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list