Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Python Basics (Retired) Say Hello to Python Help!

plz use python 2.7

i have been using python 2.7 however its much simpler in it in python 3 i have to make some changes and probably will make some errors so i will plz request you to use python 2.7 in your next course

Ken Alger
Ken Alger
Treehouse Teacher

For what it is worth, great job with the Python course and concentrating on 3.x!

3 Answers

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

We won't be using Python 2.7 as the Python 2 branch has an announced end-of-life already and won't be updated regularly (or even reliably, other than show-stopping security bugs). Since Python 3 is the future of Python, that's what we'll be focusing on.

As for simpler, 99% of Python 2 and Python 3 are the same. The only major differences are how imports, exceptions, and unicode are handled and that print() is now a function instead of a statement.

Stone Preston
Stone Preston
42,016 Points

according to the python docs Python 2.x is legacy, Python 3.x is the present and future of the language so I doubt they will want to make courses using a language that is now considered legacy.

so i wont have any kinda difficulty learning python 3.0?

Kenneth Love
Kenneth Love
Treehouse Guest Teacher

You shouldn't have any more trouble learning Python 3.x than you did learning Python 2.x.