Python Training Course Content
Introduction
History Of Python
A Python Q&A Session
How Python Runs Program?
How you Run Python Program?
Types and Operations
- Introducing Python Object Types
- Numeric Types
- Strings
- Lists and Dictionaries
- Tuples, Files and Everything Else
- The Dynamic Typing Inerludes
Statement and Syntax
- Introducing Python Statements
- Assignments, Expressions, and Prints
- if Tests and Syntax Rules
- while and for loops
- Iterations and Comprehensions
- The Document Interludes
Functions
- Scopes
- Arguments
- Advnace Function Topics
- Ieration and Comprehensions
Module
- Modules : The Big Picture
- Module Coding Basics
- Module Packages
- Advnace Module Topics
Classes and Opp
- OOP: The Big Picture
- Class Coding Basics
- A More Realistic Example
- Class Coding Details
- Operator Overloding
- Designing with Classes
- Advance Class Topics
Exeption and Tools
- Exception Basics
- Exception Coding Detail
- Exception Objects
- Designing With Exceptions