Introduction to Python - What is Python and history of Python? What can Python do? Whty Python? Python syntax compared to other programming languages. Unique features of Python, Python-2 and Python-3 differences, Install Python and Environment Setup.
First Python Program, The print statement, Python Identifiers, Keywords and Indentation, Comments and document interlude in Python, Command line arguments, Getting User Input, Simple Input and Output, Python Data Types, What are variables?,Python Core objects and Functions, Number and Maths, Operators in Python, String operations in Python.

Python Program Flow - Indentation, if-else, if-elif-else, while loop, for loop, break, continue, assert, pass, return, List, Ranges & Tuples in Python Introduction, Lists in Python, More about Lists, Understanding Iterators, Generators, Comprehensions and Lambda Expressions, Introduction o Generators and Yield o Next and Ranges, Understanding and using Ranges, More About Ranges, Ordered Sets with tuples.

Python Dictionaries and Sets Introduction to the section - Python Dictionaries, More on Dictionaries, Sets, Python Sets Examples

File Handling -File handling modes, Reading Files, Writing Text Files, Appending to Files and Challenge, Writing Binary Files Manually, Using Pickle to Write Binary Files, Handling File Exceptions.


Python Functions and Modules - Python user defined functions, Python packages functions. Defining and calling Function, The anonymous Functions, Loops and statement in Python, Python Modules& Packages. Creating your own functions, Functions Parameters, Variable Arguments, Scope of a function, Function Documentations, Create a Module, Standard Modules.

Python Object Oriented - Overview of OOP, The self variable, Constructor, Types Of Variables, Namespaces, Creating Classes and Objects, Inheritance, Polymorphism, Types of Methods, Instance Methods, Static Methods, Class Methods Accessing attributes, Built-In Class Attributes, Destroying Objects, Abstract classes and Interfaces, Abstract Methods and Abstract class, Interface in Python, Abstract classes and Interfaces.

Exceptions- Errors in Python, Compile-Time Errors, Runtime Errors, Logical Errors. What is Exception? Handling an exception, try….except…else, try-finally clause, Argument of an Exception, Python Standard Exceptions, Raising an exceptions, User-Defined Exceptions.

Using Databases in Python - Python MySQL Database Access, Install the MySQLdb and other Packages, Create Database Connection, Creating database table, CREATE, INSERT, READ, UPDATE, DELETE Operation, COMMIT and ROLLBACK operation, DML and DDL Operation with Databases, Creating arrays, Indexing Arrays, Array Function, Array Processing, Array Input and Output, handling Errors.

Graphical User Interface in Python(Tkinter)- Introduction, Components and Events, An Example GUI, The root component, GUI in Python, Button Widget, Label Widget, Text Widget, Entry Widgets, Check button.