I started learning python3 some 3-4 days ago.My ultimate aim to learn this language is to design web apps(eg apps to automate account creations for seo etc.)
For this i guess i will have to use django or turbogears for this, but now i came to know that django or turbogears does not support python3.
So now i am left with no other option but to learn python 2.7.
the problem i am facing is that i am not getting any resources to learn it.I have tons of ebooks for python.But they all support either python 3 or python2.6.
Are there any other ways to learn python 2.7 other than official python 2.7 website.
hszforu -3 Junior Poster in Training
Recommended Answers
Jump to PostPython27 is simply a more advanced Python26 with a fair number of Python3 features thrown in to help the user in the transition to Python3.
Jump to PostI would not be concerned about the differences between 2.6 and 2.7. Using 2.7 is only slightly different than 2.6. There are some third party packages that are not yet available for 2.7 …
Jump to PostExecution speed is probably of limited interest for a beginner. Concentrate on learning the basics of Python rather thoroughly. Any program that has display updates and disk access in it, is limited a lot by those operations anyway! Either Python 2.6 or Python 2.7 will do fine for you. Why …
All 11 Replies
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
woooee 814 Nearly a Posting Maven
hszforu -3 Junior Poster in Training
bumsfeld 413 Nearly a Posting Virtuoso
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
Ene Uran 638 Posting Virtuoso
hszforu -3 Junior Poster in Training
snippsat 661 Master Poster
hszforu -3 Junior Poster in Training
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
hszforu -3 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.