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


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to