/ Home
GenAI Bootcamp
Ch01 - Python Intro
Ch02 - Python Fundamentals
- Python Variables and Literals
- Python Type Conversion
- Python Basic Input and Output
- Python Operators
Ch03 - Python Flow Control
- Python if…else Statement
- Python for Loop
- Python while Loop
- Python break and continue
- Python pass Statement
Ch04 - Python Data Types
- Python Numbers and Mathematics
- Python List
- Python Tuple
- Python String
- Python Set
- Python Dictionary
Ch05 - Python Functions
- Python Functions
- Python Function Arguments
- Python Variable Scope
- Python Global Keyword
- Python Recursion
- Python Modules
- Python Package
- Python Main function
Ch06 - Python Files
- Python Directory and Files Management
- Python CSV: Read and Write CSV files
- Reading CSV files in Python
- Writing CSV files in Python
Ch07 - Python Exception Handling
- Python Exceptions
- Python Exception Handling
- Python Custom Exceptions
Ch08 - Python Object & Class
- Python Objects and Classes
- Python Inheritance
- Python Multiple Inheritance
- Polymorphism in Python
- Python Operator Overloading
Ch09 - Python Advanced Topics
- List comprehension
- Python Lambda / Anonymous Function
- Python Iterators
- Python Generators
- Python Namespace and Scope
- Python Closures
- Python Decorators
- Python @property decorator
- Python RegEx
Ch10 - Python Date and Time
- Python datetime
- Python strftime()
- Python strptime()
- How to get current date and time in Python?
- Python Get Current Time
- Python timestamp to datetime and vice-versa
- Python time Module
- Python sleep()
Ch11 - Additional Topic
- Precedence and Associativity of Operators in Python
- Python Keywords and Identifiers
- Python Asserts
- Python Json
- Python pip
- Python *args and **kwargs