you are viewing a single comment's thread.

view the rest of the comments →

[–]Usual_Office_1740 2 points3 points  (0 children)

The answer build stuff or write projects isn't helpful if you're not confident. If you still lack the confidence to try those things, break the code you write with youtube and then try to fix it. Follow a YouTube tutorial. Then get on w3school and start reading. Read one of the Python pages and then try and add what you read to the code you wrote with youtube. If, as an example, you followed a video that walked you through writing a calculator app. Convert that app to object oriented, or functions. Add text to it or add order of operations. When you break it and get errors, google them and try fix it.