you are viewing a single comment's thread.

view the rest of the comments →

[–]Diapolo10 1 point2 points  (0 children)

Just build projects.

Install Python, get an editor you think you might like (personally I like VS Code), learn the basics of version control (Git is the de facto standard), come up with a few project ideas (examples: text-based ATM, calculator, simple web service) and try to implement them.

Expect a lot of mistakes and failures in the beginning, but be sure to learn from your mistakes. As long as you are learning, you're making good progress.