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

Which Python version should be used for this course? 2.7 or 3.x?

Hi, The trainer did not mention which version of Python should be used for this project. I searched on google. People mainly use Python 2.7 for Flask development.

Should I use Python 2.7 or 3.x for this project?

Thanks

2 Answers

Well, Kenneth uses Python v3 for his basic python track and flask comes later on so he probably sticks with.

Yeah, you can clearly go for the current 3.x version..

Anyway, if Kenneth does something that differs and which is related to previous version, he'd explain it. (I saw it once...)