[Tutor] Best version for novice

Alan Gauld alan.gauld at btinternet.com
Sat Feb 1 21:35:57 CET 2014


On 01/02/14 18:41, Ian D wrote:

> Is it better to use python 3 as a newcomer who isn't really going to be
> writing any software as such just using it for learning?

The more important question is which version does your
preferred tutorial use?

Both versions will teach you a lot about programming and Python,
but the tutorial that suits your style of learning best will
most likely determine the version you use since its harder
to learn when the examples don't work!

Although some might argue that fixing them teaches you
even more!

> Also in 2.7 I use no subprocess by giving my python exe a -n argument,
> otherwise my canvas program's freeze.

I don;t need to do that in any of my Python versions.
Are you by any chance running your code in IDLE? There
used to be issues with idle and subprocesses and
Tkinter. But I thought they'd all been fixed by 2.7...

HTH
-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos



More information about the Tutor mailing list