Python basics
  • Introduction
  • Jupyter notebook Installation and Course Overview
  • Data types (Strings and numbers)
  • Variable Assignments and Print function
  • Lists and Dictionaries
  • Booleans and Comparison Operators
  • IF, ELIF, ELSE statements
  • While Loop and For loop
  • Functions
  • Exercise