Ask your own question, for FREE!
MIT 6.01SC Introduction to Electrical Engineering and Computer Science I 19 Online
OpenStudy (anonymous):

which version of python should I use?

OpenStudy (abraxas):

Either version of python2. Python3 syntax is slightly different. You may use Python 2.7.3 without any problem (2.7.3 is the highest version of Python2) .

OpenStudy (anonymous):

You can use python2 as python3 syntax is a bit different. For example print "text" becomes print("text").. raw_input is input.. however, python3 is just as fine. most of the syntaxes are still the same.

OpenStudy (anonymous):

if you are going to use the -n.bat for plotting you will have to use v.2.6 on Windows. 2.7 gives magic number error

OpenStudy (abraxas):

Larrynud is right 2.7 gives error.

OpenStudy (anonymous):

laarymud.. i too agree.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!