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!

try this: make a python script which traverse given directory recursively and produce a graph which you can see using a svg viewer.
try to make it and experiment with it