class Developer:
def __init__(self):
self.name = "Vinod Bavage"
self.role = ["Data Scientist", "Python Developer", "Web Developer"]
self.location = "Chennai, Tamil Nadu, IN"
self.tech_stack = {
"data_science": ["Machine Learning", "Deep Learning", "EDA"],
"web_dev": ["React", "TypeScript", "Tailwind CSS"],
"backend": ["Python", "SQL", "MongoDB"]
}
self.projects_built = "10+ websites"
def current_focus(self):
return ["Advanced ML", "Model Deployment", "Full-Stack Development"]
dev = Developer()
print(f"Building: {dev.projects_built} and counting...")Working on personal and real-world data science projects
Learning advanced ML, model deployment, and scalable pipelines
Building modern web applications with React and TypeScript
Open to Data Scientist, ML Engineer, and Python Developer roles
|
|
|
|
|
|



