class Sanjeev:
def __init__(self):
self.role = "Python Developer"
self.current_work = "Instagram Chat Bot"
self.learning = ["Python Advanced", "Automation", "AI/ML"]
self.interests = ["Bot Development",
"Process Automation",
"Open Source"]
self.fun_fact = "I can code for hours with just coffee and music! 🎵☕"
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together!")
def get_goals_2024(self):
return [
"Master Advanced Python Concepts",
"Contribute to Major Open Source Projects",
"Build Impactful Automation Tools",
"Expand Tech Stack",
"Share Knowledge through Tech Blogs"
]
def get_daily_routine(self):
return ["☀️ Code", "🎯 Learn", "🔄 Repeat"]
- 🔭 Currently working on: Instagram Chat Bot
- 🌱 Learning: Advanced Python, AI/ML
- 💬 Ask me about: Python, Automation, Bot Development
- ⚡ Fun fact: I automate everything I can!
- 🎮 When not coding: Playing Chess ♟️ or Reading Tech Blogs 📚
SKILLS = {
"Languages": ["Python 🐍", "JavaScript 🌐", "HTML/CSS 🎨"],
"Frameworks": ["Django 🎯", "Flask ⚡", "FastAPI 🚀"],
"Databases": ["MongoDB 🍃", "MySQL 🐬", "Redis ⚡"],
"Tools": ["Docker 🐳", "Git 📚", "AWS ☁️"],
"Interests": ["Automation 🤖", "Bot Development 🔧", "Open Source 💻"]
}