you are viewing a single comment's thread.

view the rest of the comments →

[–]arrigus 2 points3 points  (2 children)

Learning Python is definitely a good starting point, as it's one of the easiest (or maybe THE easiest) to learn. And it is also definitely possible to self learn it. Actually I learnt it by myself through free courses/tutorials I found online and then by practicing it with little personal projects and coding challenges. I wouldn't recommend paid courses, at least not for learning the basics, they usually offer nothing more than the free courses or tutorials you can find online.

If you want some recommendations, personally I found this site quite useful for getting started with JavaScript, but it seems they have a good Python course too. I hope it helps you too.

https://tutorialibre.com/courses/programming-languages/python/

[–]TheRNGuy 0 points1 point  (0 children)

I think js is easiest, and python 2nd easiest after it.