class AmishMathur:
def __init__(self):
self.name = "Amish Mathur"
self.role = "Developer | AI Builder"
self.location = "India ๐ฎ๐ณ"
def currently_working_on(self):
return [
"๐ค Agentic AI",
"๐ง LLM Systems",
"๐ Python",
"๐ Full Stack Apps",
"๐งฉ DSA"
]
def fun_fact(self):
return "Python can probably solve your life too."
me = AmishMathur()
print(me.fun_fact())Arrays & Strings โโโโโโโโโโโโโโโโโโโโ Strong
Sliding Window โโโโโโโโโโโโโโโโโโโโ Strong
Trees & Graphs โโโโโโโโโโโโโโโโโโโโ Improving
DP โโโโโโโโโโโโโโโโโโโโ Grinding
Backtracking โโโโโโโโโโโโโโโโโโโโ Practicingโ Building AI Agents
โ Grinding DSA Daily
โ Learning Advanced Backend Systems
โ Exploring LLM Tool Calling
โ Shipping Cool Stuff



