Course Content
INTRO TO PYTHON
- History of Python
- About Scripting language
- Features of python
- Software installation and setting up Python Path.
- Python Editors
Python Data Types
- String
- List
- Tuple
- Dictionary
- Set
Control Flow Statements
- Conditional Statements
- Looping Statements
Functions
- About Functions
- Creating a Function
- Types of Arguments
Object Oriented Concepts in Python
- Class
- Object
- Constructor
- Self-Reference variable
- Inheritance
- Polymorphism
Exception Handling
- About Exception Handling
- Built-in Exceptions
- User-defined Exceptions
- Usage Of Exceptions
Import Statements
- Importing Packages
- Direct Import
- Selective Import
- Import All
Args and Kwargs
- Topic Explanation
- Examples
Map, Filter and Reduce
- Topic Explanation
- Examples
Zip function
- Topic Explanation
- Examples
File Handling Concepts
- Topic Explanation
- Examples
List Comprehensions
- Topic Explanation
- Examples ==
Pandas
- Topic Explanation
- Examples
Numpy
- Topic Explanation
- Examples
Regular Expressions
- Topic Explanation
- Examples
Search, Match and Find all
- Topic Explanation
- Examples