This repository contain my learning approach from AI & ML from basics to advance including my python learning.
This section contain my python learning track.
- Keyword and Identifier
- comments, indentation and statements
- variable and data type
- Standard Input and Output
- Operators
- While loop
- For loop
- Break and Continue Statement
- List
- Tuple
- Sets
- Dictionary
- String
- Introduction to Functions
- Types of Functions
- Function Arguments
- Recursive Functions
- Lambda Functions
- Modulus
- Package
- File input/output
- Exception Handling
- Debugging