Introduction
  • Introduction
  • Where Python is Used
  • Installing Python on Windows
  • First Python Program
  • Variables in Python
  • Multiple Variable Assignment
  • Practical of Variables
Compilation Process in Python
  • What is Compilation Process
  • Interpreter V/S Compiler
  • Which is faster? Compiler or Interpreter?
Data Types
  • Basic Data types
  • Data Type - None Type
  • Data Type Continued
Printing in Python
  • print() function
  • print() function continued
  • Last note