class Aditya:
name = "Aditya Manoj Shinde"
role = ["Full Stack Web Developer", "Python Engineer", "AI/ML Enthusiast"]
location = "India ๐ฎ๐ณ"
languages = ["Python", "JavaScript", "TypeScript", "HTML", "CSS", "SQL"]
stack = {
"frontend" : ["React.js", "Next.js", "TailwindCSS", "Vite"],
"backend" : ["FastAPI", "Django", "Node.js", "REST APIs"],
"ai_ml" : ["TensorFlow", "Keras", "Scikit-learn", "NumPy", "Pandas"],
"databases" : ["PostgreSQL", "MySQL", "SQLite", "MongoDB"],
"devops" : ["Docker", "Git", "GitHub Actions", "Linux"],
"tools" : ["VS Code", "Figma", "Postman", "Jupyter Notebook"],
}
fun_fact = "I debug with print() and I'm not sorry ๐
"
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together ๐")
me = Aditya()
me.say_hi()โจ "Code is like humor. When you have to explain it, it's bad." โ Cory House