class ManojDas:
name = "Manoj Das"
degree = "B.Tech · 3rd Year"
location = "India 🇮🇳"
superpower = [
"Turning chaos → clarity with data",
"Building ML models that actually work",
"Engineering pipelines from raw → refined",
"Visualizing stories hidden in numbers"
]
philosophy = (
"Data is not a destination — it's a language."
"I've been learning to speak it fluently."
)
>>> ManojDas()