On 21/12/15 04:34, [email protected] wrote: > Hi I am starting to learn Python with the help of head first python. > I have installed python 2.x.x. > But the book is explaining python 3 syntaxes.
There are many differences between v2 and v3, not only in syntax but in module structure and content. It will be easier if you install Python v3 sooner rather than later. The only real reason to use Python v2 nowadays is if some special module or package that you need is only available for v2, but that's increasingly uncommon and as a beginner probably not an issue for you. -- 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 - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
