Can somebody provide step by step to learn Python for data science?

Python is the most preferred programming language in the field of Data Science. The major reason for this is Python provides a lot of built-in libraries that play a vital role in data science.

Here are the things that you should learn in Python:

  1. Learn the basics of Python Programming (variables, operators, lists, tuples, dictionaries)
  2. Intermediate Python (loops, conditional statements, functions, OOP)
  3. Advanced Python (Iterators, Scope, RegEx, File Handling, Error Handling)
  4. Data Science libraries such as NumPy, Pandas, Matplotlib, SciPy, and Scikit Learn