I use python 3.x with my classes. I noticed that python 2.5 is needed. Would it be a problem for me to continue to use 3.x? Currently my district is in the process of installing 3.2 district wide.
From site: This version is not backwards compatible with the code that you'll be writing in this course (for example, you have to type print("test") instead of print test.)
Correct. If I recall the biggest coding problem I have run into is the input statement and the print statement.
well there are other differences too , but one i think of is that the division operator is not performing floor division. this means: 4/3 in floor division would be 1....instead in 3.x.x ud get 1.3333....as it performs float division. for learning purposes i believe its better to use the 2.x.x version. ofc i could be wrong.
ok, downloaded it at work and at home. should be ok
Join our real-time social learning platform and learn together with your friends!