I'd suggest going through the official Python documentation and following the examples there using an online compiler or your favorite IDE.
In my opinion, the docs are written in a way that a novice can understand. You also don't run the risk of going down an infinite tutorials rabbit hole that I see many people new to the language fall into.
Everything you need to know about Python is covered
here and it's free. Once you've got the fundamentals down, you can hit up Youtube, Github and many other sites to find tons of sample apps to create yourself to make the knowledge come together.