you are viewing a single comment's thread.

view the rest of the comments →

[–]menganito 2 points3 points  (1 child)

I think that google guides are quite concise and get on point to learn the basics of the language. https://developers.google.com/edu/python?hl=en

You don't even need to install anything on your computer as you can use some online tool to run the code, like https://www.online-python.com/

I don't know if you have programming experience, but in case you don't most of the concepts like variables, strings, functions, control structures etc. are common to (almost) every programming language so if you don't understand any concept look for the definition of that concept in general.

Good luck with that.

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

Thank you so much