class Parth:
def __init__(self):
self.role = "Software Developer"
self.experience = "3+ years"
self.tools = ["Go", "Python", "MongoDB", "PostgreSQL", "Redis", "Docker", "Git", "AWS", "AI"]
def __str__(self):
return f"{self.role} with {self.experience}, skilled in {', '.join(self.tools)}"
|
|
|
Let’s connect over tea! ☕