This repository contains everything that is needed to learn Python from basics to advanced level.It contains Python Basic and Data Structures at the moment. Also it is an ongoing repository i.e. Under construction which means that there will be much more in the future like NumPy , Pandas , SkLearn as well as PyTorch.
- Variables , TypeCasting and Printing
- Strings & Basic String Slicing
- List and List functions
- Tuples in python
- Dictionary in Python
- Sets in Python
- If-else clause
- Role of Indentation in Python
- Loops in Python
- Functions and DocString
- Recursion
- Lambda/Anonymous Functions
- Scope of Variables in Python
- Sending variable length(unlimited) arguments
- Exception Handling(Try Except Finally)
- Enumerate Function
- Join Function
- Decorators in Python
Coming Soon....
Single Linked List - Full Code
Single Linked List - Jupyter Notebook
Doubly Linked List - Full Code
Doubly Linked List - Jupyter Notebook