HOW TO LEARN PYTHON
Python is very easy to learn. The only thing you need to know now is that you have to master the basics very well to the extent that you can teach it to some one else. That is the best way to learn .
Be patient when learning , you will get the concept with time
Schedule your learning period . Spend a planned period of learning to grasp the concepts easily.
Learn by doing it yourself . Some things in life are learnt by doing .Take an example of learning how to drive a car , you learn by doing with a lot of practise.
After mastering the basics , learn how to create graphics with python together with graphical user interface. I would recommend tkinter which is very easy to learn.
Create some simple graphical user interfaced applications using your basic skills.
Tech it to some one else. You will understand it better.
Try to be creative . Play around with it.
Learn python networking using python sockets. You will find it difficult at the beginning but will get easier. You will also need to learn html , css and javascript or even a database like mysql to be good at networking
Run for your goal that brought you into programming learn it.If game development . I advise to learn pygame but after mastering the basics to the extent that you can teach it. Learn the rest as time goes on.
Those interested in web development , I would advise you to learn django but it requires you to know mysql , javascript , html and css before.There are other frameworks to easy learn like flask.
If you liked this please upvote me and comment.