Course curriculum
-
Python Introduction
Topics:
- Keywords and Identifiers
- Statements & Comments
- Python Variables
- Python Datatypes
- Python Type Conversion
- Python I/O and import
- Python Operators
- Python Namespace
-
Python Flow Control
Topics:
- Python if...else
- Python for Loop
- Python while Loop
- Python break and continue
- Python Pass
-
Python Functions
Topics:
- Python Functions
- Function Argument
- Python Recursion
- Anonymous Function
- Global, Local and Nonlocal
- Python Global Keyword
- Python Modules
- Python Package
-
Python Datatypes
Topics:
- Python Datatypes
- Python Numbers
- Python List
- Python Tuple
- Python String
- Python Set
- Python Dictionary
-
Python Files
Topics:
- Python File Operation
- Python Directory
- Python Exception
- Python Exception Handling
- Python User-defined Exception
-
Python Object & Class
Topics:
- Python OOP
- Python Class
- Python Inheritance
- Multiple Inheritance
- Operator Overloading
-
Python Advanced Topics
Topics:
- Python Iterator
- Python Generator
- Python Closure
- Python Decorators
- Python Property
- Python RegEx
- Python Examples
-
Python Date & Time
Topics:
- Python datetime Module
- Python datetime.strftime()
- Python datetime.strptime()
- Current date & time
- Get current time
- Timestamp to datetime
- Python time Module
- Python time.sleep()