Learn Together…
visit the friend page to follow GitHub profiles
Friend
Assignment
All Tasks
<aside>
💡
Classes and Objects
- [ ] Classes and Objects
- [ ] Inheritance
- [ ] Polymorphism
- [ ] Assignment
</aside>
<aside>
💡
Functions
- [x] Function
- [x] Function with arguments
- [x] Function with keyword argument
- [x] Recursion
- [x] Lambda Function
- [x] Assignment
</aside>
<aside>
💡
Dictionary
- [x] Dictionary Operation
- [x] Looping Over Dictionary
- [x] Copy Dictionary
- [x] Nested Dictionary
- [x] Dictionary Method
- [x] Assignment
</aside>
<aside>
💡
Sets
- [x] Sets and their type
- [x] Set operations
- [x] Looping over set
- [x] Join operations
- [x] Set Method
- [x] Assingment
</aside>
<aside>
💡
Tuple
- [x] Tuple operations
- [x] Loop over tuple
- [x] Packing and Unpacking
- [x] Join and Tuple method
- [x] Assignment
</aside>
<aside>
💡
LIST
- [x] Operations on List
- [x] Looping on Lists
- [x] Sorting
- [x] Copy
- [x] List Methods
- [ ] List Comprehension
</aside>
<aside>
💡
Intro to Datatype
- [x] Types of Datatype in python
- [x] Immutable & Mutable
- [x] Number
- [x] String
- [x] Boolean
</aside>
<aside>
💡
Deep Dive In Conditional & Loops
- [x] Break & Continue
- [x] Pass
- [x] Nested loop
- [x] Match (similar to switch )
- [x] Complete all older assignment
</aside>