Now that you can do basic python programming,set up your environment,know some tools, probably worked with the iris species classification,predicted the Titanic survival rate and you're stuck wondering about the next steps.
So I'll suggest the textbook end-to-end work-through where you know what every line does
Textbooks let you follow the thought process of the author
Python Data Science Handbook by Jake VanderPlas
Python Machine Learning by Sebastian Raschka.
Hands-On Machine Learning with Scikit-Learn and TensorFlow by Aurelien Geron.
No,you can't avoid linear algebra, statistics and programming if you'll be great at this but the internet is generous, there are resources that teaches those in a way you understand.