1. Introduction to Python

    1. Why and What is Python?
    2. How to install Python?
    3. Python applications.
  2. Starting the basic Programming

    1. Using terminal and IDE.
    2. Math in Python.
    3. Order of operations, Comments.
    4. Variables, Strings.
  3. The loop structure

    1. The ‘while’ loop.
    2. Boolean expressions.
    3. Conditional statements.
    4. if-else and elif.
    5. Indentation.
  4. Functions

    1. Using a function.
    2. Comunication with the function.
    3. A calculator program.
    4. Define your own function.
    5. Ways of passing parameters.
  5. Data Structures

    1. Using Tuples.
    2. Lists and Dictionaries.
    3. The ‘for’ loop.
  6. Classes and Modules

    1. Creating a class.
    2. Using a class.
    3. Inheritance.
    4. Creating a module.
  7. File I/O and exceptions

    1. Opening ans seeking a file.
    2. General I/O functions.
    3. Pickles.
    4. Exception handling.

For certification course in Python Click here.