[Tutor] Any 'graphical' ways of learning Python
Alan Gauld
alan.gauld at yahoo.co.uk
Wed Dec 5 03:37:25 EST 2018
On 05/12/2018 00:39, Matthew Polack wrote:
> Can anyone recommend any ways of integrating 'graphics' but in a simpler
> way.
>
Have you considered the turtle module.
Its limited to drawing shapes but does give some immediate results.
You can of course create functions to draw more sophisticated shapes
etc. And you write the code in an ordinary IDE/editor so its a good
transition from fully graphical scratch to fully text mode Python.
--
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