Your first Python project should NOT be a Machine Learning model.
If it’s your first day skiing, you won’t go down a black diamond right away. Instead you’d start on a bunny slope.
So what’s the bunny slope of a Python project?
A data cleaning project.
There are three parts of any data cleaning project:
1. Understand the data
2. Clean the data
3. Validate the data was cleaned correctly (i.e. with charts)
Start small.
Build from there.