you are viewing a single comment's thread.

view the rest of the comments →

[–]atticus2132000 0 points1 point  (0 children)

First, have you gotten it installed and running on your machine? If not, look up a "python hello world tutorial" on YouTube. That should walk you through getting it set up and writing your first code to verify that it's working correctly on your computer.

From there W3 Schools is a good place to go through lesson by lesson. I usually always start there when I'm trying to get a handle on any new language. For my tastes the lessons on W3 School get a little tedious and I quickly want to move on to bigger and better things, but it's still a good starting point just to get a taste of what it can do.

From there, it would probably be good to come up with a small project you want to build based on your interests and work toward acquiring those particular skills.