I have a feeling I’m stuck in tutorial hell, and I need to start actually building things. But I don’t know where to start :/
Also I’m really bad at syntax. I only know concepts like for loops, while loops, if-elif-elses, etc…
So maybe something that helps me learn more about coding syntax would be helpful.
Thanks!

What I did when starting out with Python: I’ve bought a book similar to the O’Reilly Pocket Reference and read it cover to cover to get an overview of the structure, syntax, and available objects and methods. Then started piecing my tools together by looking at other people’s code and copying the bits I could use. If you want some inspiration, have a look at my Python projects.