26
General Software Discussion / Re: Python 3 - advice required on installing appropriate system/interpreter.
« Last post by Mark0 on April 06, 2017, 12:58 PM »The 3.0 version is quite old (years). The current one is 3.6.x:
https://www.python.o.../release/python-361/
As for 32 or 64 bit, it doesn't do much difference, except when dealing with some additional/external modules, but even those at this time are usually available in both versions. Basically you can't go very wrong either.
I saw often recommended "How to Think Like a Computer Scientist". You can find online both PDF and online/interactive version, like this one:
http://interactivepy...thinkcspy/index.html
I liked a lot this Google Python Class by Nick Parlante, in 6 parts:
IMHO it's very well conducted and engaging, and can bring one up to speed and coding something interesting in Python very fast. The only con is that it's based on Python 2.x. But the difference in the topic explored aren't that great (mostly just put parenthesis after print, which is a function in Py3 and a statement in Py2).
https://www.python.o.../release/python-361/
As for 32 or 64 bit, it doesn't do much difference, except when dealing with some additional/external modules, but even those at this time are usually available in both versions. Basically you can't go very wrong either.
I saw often recommended "How to Think Like a Computer Scientist". You can find online both PDF and online/interactive version, like this one:
http://interactivepy...thinkcspy/index.html
I liked a lot this Google Python Class by Nick Parlante, in 6 parts:
IMHO it's very well conducted and engaging, and can bring one up to speed and coding something interesting in Python very fast. The only con is that it's based on Python 2.x. But the difference in the topic explored aren't that great (mostly just put parenthesis after print, which is a function in Py3 and a statement in Py2).

Recent Posts







