Introduction to the Python
  • Course introduction tour and prerequisite
  • Get your exercise files
  • What you will be able to do after taking this course.
Installation and introduction
  • Python installation and eclipse configuration for MAC
  • Python and Eclipse installation for WINDOWS
  • Getting friendly with python syntax
  • Indentation and comments
  • Assignment and Idle for python
  • Conditionals in Python
Getting into Basics of Python 3
  • Immutable and Mutable objects in python
  • Numbers in python
  • Strings in python
  • List, tuples and Dictionary in python
  • Switch and case in python
  • While loop fibonacci series in python
  • for each loop in python
  • Loop control
operation, datatypes & file and exception handling in python 3
  • Operations in python
  • BItwise and range operations in python
  • String inbuilt functions
  • String joins and splits
  • list and tuples in built functions
  • handling ordinary files in python
  • handling binary files in python
  • try except - Taking care of exceptions in python 3
Functions, generators and Regular Expresion in python 3
  • Getting started with functions
  • Multiple arguments
  • KWArgs parameters in python
  • Return of functions
  • generators in python
  • Regular Expression in python
  • Searching and replacing with re module
Object oriented python 3 and dealing with database
  • Classes and objects in python 3
  • methods and constructors
  • Getters and Setters in python
  • inheritance in python
  • Decorators in python
  • Python Standard Libraries
  • Third Party Modules in python
  • Database - Sqlite3 and python 3
  • outro and thanks
More updates
  • web scraping using python
  • Web scraping in python part 2