This training program is divided into 5 segments which will be covered over the course of 6 Days. Each segment will deal with both theoretical and practical knowledge so that the learners can implement their learnings to work.
1.) Introduction to Python
Python Installation
Python Interpreter IDLE
Salient Features of Python
Basic Syntax of Python
2)Using variables in Python
Data Types and Variables
Numeric Data Types
String Data Type
Sequence Data Type
Dictionary Data Type
3)Basics of Programming in Python
Understanding Programs and Programming
Using Conditionals
Using Loops
Using Functions
Using Functions from Built-in Modules
Constructing Modules and Packages
4)Principles of Object-Oriented Programming
Overview of OOP
Declaring Class and Creating Objects
Understanding Inheritance
Using Magic Methods
5)Case Study