Forums - Open Redstone Engineers

Full Version: Python 2 or Python 3?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Malcolmforde

I want to learn some Python, but I don't know which I should use.
Python 2.7
Python legacy FTW
(jk)
there is little difference, and if you learn one, you just have to get used to a few simple changes to learn the other. I usually use 2.7, because the code is portable straight to jython, and hence our server, but 3.2 is the more modern. - I'd recommend 2.7 because it is supported much more.