Introduction of Python course and tools
  • Introduction of course content
  • Future and Use of Python Programming Language
  • Python Interpreter Installation on Windows 10 Operation System
  • PyCharm Installation on Windows 10 Operating System.
Control Flow Structure in Python Programming Language
  • Control Flow Structure in Python Programming Language.
  • Simple if Statements in Python
  • Python if ....else Statements
  • if....elif....else Statements in Python
  • Nested if Statements in Python.
Looping Statements in Python
  • while Loop in Python
  • for Loop in Python
  • range() Function in Python
  • Nested Loops in Python
Python Loop Control Statements
  • Python Loop Control Statements: break Statement
  • Python Loop Control Statements: continue Statement
  • Python Loop Control Statements: pass Statement