class ToufiqQureshi:
def __init__(self):
self.name = "Toufiq Qureshi"
self.role = "Marketing Data Scientist @ Revmerito"
self.location = "Mumbai, Maharashtra, India 🇮🇳"
self.experience = "1.6+ years"
self.current_focus = "Agentic AI & Cloud Architecture"
self.fuelled_by = "Chai (Tea) ☕"
self.life_philosophy = "Code, Learn, Share, Repeat ♻️"
self.daily_life = {
"code": ["python", "langchain", "agno", "fastapi", "sklearn", "streamlit"],
"cloud": ["gcp", "azure"],
"fun_fact": "I debug with tea and deploy with confidence! 🚀"
}
def __str__(self):
return f"""
👨💻 {self.name}
🏢 {self.role}
📍 {self.location}
💼 Experience: {self.experience}
🎯 Focus: {self.current_focus}
☕ Fuelled by: {self.fuelled_by}
💻 Daily Life:
• Code: {', '.join(self.daily_life['code'])}
• Cloud: {', '.join(self.daily_life['cloud'])}
• Fun Fact: {self.daily_life['fun_fact']}
💡 Philosophy: {self.life_philosophy}
"""
Tech = ToufiqQureshi()
print(Tech)
|
|
--
|
Blog |
|
|
|
- 🤝 Collaboration opportunities
- 💡 Tech discussions & knowledge sharing
- 🚀 Open source contributions
- ☕ Virtual coffee chats about AI & Cloud