Fourteen Years of Service
Posts: 711
Threads: 25
Python 2 vs Python 3, Your opinion 04-01-2013, 09:43 PM
#1
So what do you prefer and why?
I just restarted learning python and I did choose for python 2.7.3 Because I'm the most familiar with the Python 2 version.
What about you?
•
Fourteen Years of Service
Posts: 1,475
Threads: 91
RE: Python 2 vs Python 3, Your opinion 04-02-2013, 07:46 AM
#4
I've been using 2.7 for a while so it's just more natural for me.
•
Fourteen Years of Service
Posts: 1,475
Threads: 91
RE: Python 2 vs Python 3, Your opinion 04-02-2013, 07:46 AM
#5
I've been using 2.7 for a while so it's just more natural for me.
•
Thirteen Years of Service
Posts: 56
Threads: 9
RE: Python 2 vs Python 3, Your opinion 04-02-2013, 02:12 PM
#7
i use python 3 but have python 2.7 as well in case i need to make something in it that can't be made in python 3 easily.
there are 10 types of people in this world,
those who understand binary and those who don't.
skype name: J4W3S.23
•
Thirteen Years of Service
Posts: 92
Threads: 2
RE: Python 2 vs Python 3, Your opinion 04-03-2013, 12:39 AM
#8
I use 2.7 because I only seem to use Python for scientific programming related to my degree and some Python extensions that I use are yet to be released for Python 3. Saying that things may have changed in the last year or so, I should probably look into that but I shall save that for another night.
“The first principle is that you must not fool yourself and you are the easiest person to fool.” - Feynman
•