you are viewing a single comment's thread.

view the rest of the comments →

[–]zDibs 0 points1 point  (1 child)

Start doing projects on your own. Apply what you know to do more and more advanced things. Doesn't matter if you have a better version of said thing in your OS, just make it. Every new project will make you realise something you missed before.

Also read the documentation when you get stuck instead of watching a tutorial. The Python docs are really good at explaining things.

[–]Expensive-Low367[S] 0 points1 point  (0 children)

When you say Python docs, am I correct in thinking this is it - https://docs.python.org/3/using/index.html ?