Module 1
  • Installation of python on windows
  • Configuration of Eclipse for python on windows
  • installing python and java for eclipse on a MAC
  • configuring eclipse and running first python script for MAC users
  • Module 1 exercise files
  • How to define identifiers in python
  • what are the keywords that we cannot use in python
  • what is the matter with indentation in python
  • how to write multiline code in python
  • how to write single and multiline comments in python
  • Creating first user interacting script
Module 2
  • Module 2 exercise files
  • How to assign values to variables in python
  • quick tour to numbers in python
  • quick tour to strings in python
  • quick tour to lists in python
  • quick tour to tuples in python
  • quick tour to dictionary in python
Module 3
  • Module 3 exercise file
  • Performing Arithmetic operations in python
  • performing comparison in python
  • performing assignment operations in python
  • performing logical operations in python
  • is and in keywords in python
Module 4
  • Module 4 exercise files
  • if else and nested IfElse code example in python
  • creating a user interactive rating system in python
  • in and not in operations in python
  • is and is not operations in python
Module 5
  • Module 5 exercise files
  • while loop with example code in python
  • for loop with example code in python
  • using break keyword in python
  • using continue keyword in python
  • pass keyword in python
  • prime Checker script in python
Module 6
  • Module 6 exercise files
  • Introduction to number in python
  • math function in python part 1
  • random value generators in python
  • solving trigonometry by python
  • string introduction in python
  • strings inbuilt functions in python part 1
  • useful string inbuilt functions in python part 2
Module 7
  • Module 7 exercise files
  • in built functions for lists in python
  • more in built functions for lists in python
  • tuples in depth in python
  • dictionary in depth in python
  • in built functions in dictionary in python
  • Sum of natural numbers
  • Small firewall look alike creation demo
  • Challenge to search on google to solve problems
Module 8
  • Module 8 exercise files
  • introduction to functions in python
  • function references in python
  • functions with arguments in python
  • return keyword usage in python
  • scope of variable in function in python
  • Lambda functions in python
  • Calculator script in python
Module 9
  • Module 9 exercise files
  • module usage in python
  • module information gathering
  • Name space changing in python
  • Designing Packages in python
  • file handling in python
  • File finder script in python
  • os module in python
Module 10
  • Module 10 exercise files
  • OOPS terminologies 101
  • classes in python
  • creating objects from classes in python
  • class attributes in python
  • implementing inheritance in python
  • overridding of methods in python
  • overriding of operators in python
  • data hiding in python
Module 11
  • Module 11 exercise files
  • Mysql connector for MAC
  • installing third party modules in python
  • Getting a database connection in python
  • Creating a table in database in python
  • Inserting values in database in python
  • Reading the data from database using python
  • Updating and deleting from database using python
Module 12
  • Module 12 exercise files
  • Networking 101