Introduction
  • Variables as storage boxes!
  • Play with strings!
Data Structures in Python
  • List & Tuples
  • Learn to label your data with dictionaries
Loops & Functions in Python
  • Concept of Indentation in Python
  • Loops: to automate repetitive things in Python
  • Functions: to make your code convenient to use
Bonus: File Manipulation, Numpy & Pandas for data science
  • Reading & Writing Files
  • Course Special: Numpy & Pandas