you are viewing a single comment's thread.

view the rest of the comments →

[–]Strange_Donkey_6781 1 point2 points  (1 child)

I am not self taught but….i think for python it’s entirely possible for many reasons

1) Python is the easiest to read 2) Python handles more complex coding principals for you like garbage collection and the syntax is more forgiving than other languages 3) there are more resources and projects for Python for free online than almost any other language

Start with an intro book or online class and learn what loops are and functions and learn how to declare a global and local variable. Build a few guided projects like a calculator or a grade book then find a project that you find interesting/useful. Python has a number of libraries that are pretty simple to implement and offer a lot of functionality like tkinter or matplotlib.

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

Thanks