Need guide on the correct approach to learn any programming language specifically Python.

AffirmativeGuy

Apprentice
Hi, I wanted to learn Python but following youtube tutorials makes me bored, I wanted to know some good yet fun way through which I Can learn python, I would like to learn while writing.

Thanks in advance and sorry if the prefix is wrong.
 
Try practicing on sites that give you small programming challenges to solve, it's a lot of fun and very rewarding.

There are many good ones like https://exercism.org/tracks/python/exercises and https://www.practicepython.org/

Once you have done those and developed an appetite for open ended exercises with larger scope, start making small projects with https://inventwithpython.com/bigbookpython/ and https://github.com/practical-tutorials/project-based-learning#python
Thank you so much. I'll try all of these.