Are you looking working professional? Looking for complete practical oriented training to upgrade your profile? you have landed in the right place!
- Core python concepts(attached with this)
- Automation - Graphical User Interface
- Automation - Commandline Interface
- Automation - REST API
Course Contents:
Introduction
- Why do we need Python?
- Program structure
- Environment setup
Execution steps
- Interactive Shell
- Executable or script files
- User Interface or IDE
Memory management and Garbage collections
- Object creation and deletion
- Object properties
Data Types and Operations
- Numbers
- Strings
- List
- Tuple
- Dictionary
- Other Core Types
Statements and Syntax
- Assignments, Expressions and prints
- If tests and Syntax Rules
- While and For Loops
- Iterations and Comprehensions
File Operations
- Opening a file
- Using Files
- Other File tools
Functions
- Function definition and call
- Function Scope
- Arguments
- Function Objects
- Lambda, Filter, Reduce, Map for Analytics
Modules and Packages
- Module Creations and Usage
- Module Search Path
- Module Vs. Script
- Package Creation and Importing
Classes
- Classes and instances
- Inheritance and Compositions
- Instance, Static and Class Methods
- Bound and Unbound Methods
- Polymorphism
Exception Handling
- Default Exception Handler
- Catching Exceptions
- Raise an exception
- User defined exception
Advanced Concepts
- Decorators
- Generators
- Iterators
- Regular Expressions
Automation
- GUI Automation
- CLI Automation
- REST API Automation
Standard Library Modules
Assignments