Re: [Tutor] Drawing simple graphics objects

2016-04-04 Thread Steven D'Aprano
On Sun, Apr 03, 2016 at 11:17:55PM -0400, Ashley Jacobs wrote: > Hi, > could you help me with python 3.5 coding for graphics? You can start with the turtle graphics: https://docs.python.org/3/library/turtle.html Here is a simple example. Copy and paste this code into Python and run it, and

Re: [Tutor] Drawing simple graphics objects

2016-04-04 Thread Alan Gauld
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

Re: [Tutor] Drawing simple graphics objects

2016-04-04 Thread Mark Lawrence via Tutor
On 04/04/2016 04:17, Ashley Jacobs wrote: Hi, could you help me with python 3.5 coding for graphics? Yes, if you provide some code that we can comment on. We do not write code for you. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our

[Tutor] Drawing simple graphics objects

2016-04-04 Thread Ashley Jacobs
Hi, could you help me with python 3.5 coding for graphics? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor