Getting started with Python using PYCHARM
  • Why Python?
  • How to install Pycharm
  • Our first program!!
Basics which you should know in Python
  • Values
  • Variables and datatypes
  • Expressions and statements
  • Math Operations in Python
  • Input functions
  • Python basics(revise)
Conditional statements for decision making
  • IF statement
  • IF ELSE statement
  • IF ELIF ELSE statement
  • Nested Conditions
  • Conditional statements
LOOPS for repetition
  • WHILE LOOP
  • FOR LOOP
  • INFINITE LOOPS
  • LOOPs fun quiz!!
FUN WITH FUNCTIONS!
  • FUNCTION INTRODUCTION
  • Intresting Examples !
  • How to return values in a function
  • How to give DEFAULT arguments in a function
STRINGS
  • STRING INTRODUCTION
  • Acessing each character from a string.
  • Finding the length of a string
  • Acessing each character using While and For Loops
  • STRING SLICING
  • STRING OPERATIONS
  • "STRINGS"
LIST
  • Introduction to LIST
  • Acessing each element from a list
  • Finding the length of a list
  • Acessing each element using NEW method
  • LIST operations
  • LIST slicing
  • Changing elements inside a list
  • LIST deletion
Let's create a Simple GAME!!
  • Guess the Number!
DICTIONARIES
  • Introduction to Dictionaries
  • Dictionary Operations
  • Dictionary Functions
FILES
  • Introduction to files : How to Open Files
  • How To Write Into Files
  • How To Read From A File
Python Classes
  • Introduction
  • Class Variables