Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 751 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 751 Bytes

Data Science Tutorial

This Repository is a Road Map for Data science. We are starting from Very Basics and will go to all the advance concepts.

Basic Topics :

  1. Installation
  2. Jupyter Notebook Demo
  3. Python Introduction
  4. Python Strings
  5. Conditional Statements in Python
  6. Python Data Structure
    a. Lists
    b. Tuples
    c. sets/Frozensets
    d. Dictionary
  7. Python Loops
  8. Python List Comprehensions
  9. Python Functions
  10. Python Lambda Functions
  11. Python Map, Filter & Reduce
  12. Python Error Handling
  13. Python OOPs Concepts
  14. Python Time Complexity
  15. Python Searching Algorithms
    Note I will keep on updating this Readme file as and when the notebooks are created.