Python Roadmap

How to learn PYTHON?

Python is multi-purpose, high level, and one of the most demanded language. It is used in web development, web scraping, machine learning, software development, and many other trending technologies.

No matter what the technology is, python finds its way to fit into that.

The biggest advantage of using python is its huge library support which makes programming a lot easier.

Now let’s embark on the road to learn python.

Step1:

Start with learning the basic syntax of python, variables, data types and then move on to operators.

Step2:

Once done with everything mentioned above start with flow control, loops, and numbers.

Step3:

learn strings, arrays, lists, dictionary, sets, and tuples. These are some important concepts in python.

Step4:

Now, we are done with a lot of basics and it’s time to start exploring little advanced concepts. Start learning functions, modules, files input-output, and exception handling.

Step5:

Whoa! We are halfway done with python. Now is the time to go a little deep into some very important concepts. Start with learning Object-Oriented Programming (OOPs), RegEx(Regular Expressions), Network programming, CGI programming.

Step6:

Remember consistency is the key to learn anything. To become a coder in python, make sure you, program regularly. Learn MySQL database access, Multithreaded programming, XML Programming.

Step7:

There is a very fun thing to learn in python, i.e. sending Emails using SMTP. Learn it and use it the next time you need to send any mail.

Step8:

Learn Tkinter which is used to make GUI(graphical user interface).

Step9:

Now we are done with enough python to move on to other things. Start learning libraries of python like Numpy, pandas, etc.

Step10:

Once you are finished with all of the above it’s time to explore other technologies which use python like Data Science, AI, Machine learning, etc.

It’s completely your choice and interest what you choose.