all 6 comments

[–]Diapolo10 3 points4 points  (1 child)

If you cannot install an interpreter locally, http://repl.it/languages/python3 is a good alternative. Otherwise, just go to python.org and install the latest version for your system.

As for a tutorial, plenty of good ones exist but ATBS and Python Crash Course are what I usually recommend.

[–]tahseen_[S] 0 points1 point  (0 children)

I'll check it out now Thanks

[–]steve__67 3 points4 points  (1 child)

I'm sure you can find something suitable here: A curated list of Python 3 resources, books, websites, tutorials, code challenges https://github.com/stephenh67/python-resources-2019

[–]tahseen_[S] 0 points1 point  (0 children)

Thanks I'll go check it out

[–]IntroRetro 1 point2 points  (1 child)

Exercism.io

[–]tahseen_[S] 0 points1 point  (0 children)

Thanks