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!

Python is excellent at repetitive, scripty task.
Open file, do something with input like extract, measures, rearrange and save work in other file.
Another stuff is display or analyse statistical data. Find “raw” data of any of your hobbie(cooking, video games,Sport) and transform them into nice looking charts.