Getting Started
  • Introduction
  • Installing Pycharm
  • First Program : Game ON!!!
Python Basics
  • Variables
  • Lecture Notes: Variables
  • Variables
  • Input Functions
  • Lecture Notes: Input Functions
Conditional Statements or Selection Statements
  • if statement
  • elif statement
  • else statement
  • Lecture Notes: Conditional Statements or Selection Statements
  • Conditions
  • Python App 1: Building our very first real world application
Iteration Statements
  • For Loop
  • While Loop
  • Infinite Loops
  • Lecture Notes: Iteration Statements
  • Iterations
Functions or Methods
  • Functions
  • More about Functions
  • Return Statement
  • Default Arguement
  • Lecture Notes: Functions
Strings
  • String Basics
  • String Slicing
  • More String Features
  • String Operations
  • Fun with Strings
Lists
  • Introduction to List
  • Accessing List elements
  • List Operations
  • Conditional Statements for lists
  • List Methods or List Functions
  • More List Functions
  • Lecture Notes: Lists
Dictionaries and Modules
  • Dictionaries
  • Modules in Python
  • User Defined Modules