New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Which Python version do you prefer?
Hello,
Just currious, which python version should we choose on new project now?
Version 2 or version 3? Any specific reason why choosing one of those version?
Thanks...

Comments
I personally use Python 2:
But if you're working on a new project, some would say you should write it in Python 3. Up to you.
I would like to use Python 3 more often though many packages still remain on version 2. Those packages do have beta v3 versions that are not yet quite stable in a production environment. Basically right now python 2 is the most reliable option.
Python 2 and specifically Python 2.7 is being widely used in serious projects because of its stability and having more modules. Basically Its foolproof.
OK... thanks for all the respond..