To learn Python, the language, Udacity's Intro To Computer Science and Programming Foundations with Python is amazing starting point.
Make some projects with Python like-
Text based simple game (Hangman, calculator etc.)
Simple Text crawler
Solve Some problems on CodeWars
Make a simple HTTP server
Try a Framwork, like Flask then finally use Django (they have nice tutorial as well) to make full fledged web apps.
Make something and show us on Hashnode. :)
I hope this helps you get started!