Forums - Open Redstone Engineers
Python 2 or Python 3? - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: Off-Topic (https://forum.openredstone.org/forum-4.html)
+--- Forum: Programming (https://forum.openredstone.org/forum-8.html)
+--- Thread: Python 2 or Python 3? (/thread-660.html)



Python 2 or Python 3? - Malcolmforde - 07-29-2013

I want to learn some Python, but I don't know which I should use.


RE: Python 2 or Python 3? - VirtualPineapple - 07-29-2013

Python 2.7


RE: Python 2 or Python 3? - Billman555555 - 07-30-2013

Python legacy FTW
(jk)


RE: Python 2 or Python 3? - Xeomorpher - 08-01-2013

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.