Overview
Python is an interpreted high-level general-purpose programming language. Python’s design philosophy emphasizes code readability with
its notable use of significant indentation.
Contents
- Getting started with Python
- Keywords & Identifiers
- Statements and comments
- variables
- data types
- Type conversion
- I/O import, Operators
- namespace
- if-else, for-loop
- while-loop
- break
- Continue
- pass statements
- Function
- Arguments
- Recursion
- Anonymous Function
- Global
- Local
- Nonlocals
- Global Keyword
- Modules
- Package
- Numbers, List
- Tuples String
- Set
- Dictionary
- Nested Dictionary
- Array
- Matrix
- List Comprehension
- File Handling
- Python Directory
- Exception,
- Exception Handling
- user defined exception
- OOP, class, inheritance
- multiple inheritance and operator overloading
Duration
45 Hours