Often the suggestion is to start building things in the language of your choice (e.g Python) after learning the basic constructs of programming like built in data types, functions, iteration, etc.
But what things to build if you habe no idea what can be built using computer programs.
Is there a set of projects that someone can start with and then discover their calling as to which domain they want to build projects in.
From there one of my first developer projects was creating a Flask Application which uses Python. I think understanding the mechanics of Wordpress, helped me design and build the Flask Application. (Which could be a blog or whatever you want to put online.)