class AmishMathur:
def __init__(self):
self.name = "Amish Mathur"
self.location = "India 🇮🇳"
self.role = "Dev | Builder | AI Tinkerer"
@property
def main_focus(self):
return [
"🤖 Agentic AI Systems",
"🐍 Python — obsessed",
"🧩 DSA — grinding daily",
"🌐 Full Stack Development",
"⛓️ Blockchain — a lil bit",
]
@property
def currently_learning(self):
return [
"LLM Agents & Tool Calling",
"LangChain / LangGraph",
"Advanced System Design",
"Smart Contracts (side quest)",
]
def fun_fact(self):
return "Python has a solution for everything. \
Even for finding a solution."
me = AmishMathur()
print(me.fun_fact())
# Python has a solution for everything. Even for finding a solution.|
🧠 Core Focus |
🛠️ Stack |
🚀 Building Toward |
Arrays & Strings ████████████████████ 💪 Strong
Trees & Graphs ████████████████░░░░ 📈 Improving
DP ████████████░░░░░░░░ 🔥 Grinding
Heaps & Tries ███████████████░░░░░ ⚡ Getting there
Sliding Window ████████████████████ 💪 Strong
Backtracking █████████████░░░░░░░ 🔄 Practicing






