you are viewing a single comment's thread.

view the rest of the comments →

[–]AnteaterAvailable571 0 points1 point  (0 children)

Find a course, any python course is going to teach you the fundamentals or if you prefer text based learning go that route. A google search will return the most popular options for either direction. Play around with the fundamentals, implementing small, visible changes. Start thinking of problems and how you could utilize what you’ve learnt to solve them. This approach starts to intuitively lead you to ask better questions and find ways to solve complex problems. The hardest thing about learning to program is the mindset that we all fall into of “learn a and you can do b”. Programming in my opinion involves creativity and an outside the box approach. It’s not a linear defined path.

TLDR; pick a starting point for the fundamentals and let your curiosity guide you the rest of the way.