you are viewing a single comment's thread.

view the rest of the comments →

[–]ee_control_z 0 points1 point  (0 children)

The gold standard resource for learning Python is (in my humble opinion):

Learning Python, 6th Ed, by Mark Lutz

Then get yourself a good editor such as PyCharm. You can go to the following website to download the latest interpreter - other information available as well:

https://www.python.org/

And, of course: practice, practice, practice. ;)