Learning Python from scratch!

Anubhav Sinha
2 min readMay 3, 2020

--

Python is a high level programming language and is very demanding these days.

Learning Python is not a difficult task!

To get started, first you need to learn the Python syntax. You can learn the python syntax from the Python3 Playlist of New Boston Youtube channel.

After this you will get familiarize with the python syntax.

Now you can proceed to Hackerrank website to solve Python and Problem Solving questions there. This will help you get a good grasp of syntax that you have learned through the New Boston playlist. After this you will have a good command in python.

Now you can move on to a famous course of Python i.e. Automate the Boring Stuff with Python. Go through the course its very amazing. Complete it and after that your python skills will be at a very good level.

Now start developing projects in Python, with the help of different frameworks like Django, Flask, Web2Py etc. Developing projects will take your Python skills to much higher level.

Now you can start contributing into some open source Python projects, which will be the best way to increase knowledge for Python. From contributing you will learn how the actual industrial Python projects are build.

PS: I followed the same process and Python is my favorite language!

Thanks!

--

--