Hunterdii
1.0.0
def __init__(self):
self.name = 'Patel HetKumar SandipBhai'
self.education = {'programming': 'Full Stack Software Development', 'art': ['Singing', 'Art and Design', 'Gaming']}
self.employment = {'developer': ['company', 'city'], 'designer': ['RR Cables', 'CodeSoft', 'Oasis InfoByte',]}
self.current_year = 2024
def doing(self, now):
if now < self.current_year:
return f"I was a design with {self.employment['developer'][0]} in {self.employment['developer'][1]}"
elif now == self.current_year:
return f"I am currently learning {self.education['programming']} at Parul Institute"
elif now > self.current_year:
return f"I am eager to collaborate with {self.employment['developer'][0]} on Android and web development"
else:
return "### Hi there "
def collaborate(self, role, organization, location):
self.employment[role] = [organization, location]
pronouns = "He | Him"
code = ["Javascript", "C?", "Python?", "Java☕", "Php?", "C#(.Net)"]
askMeAbout = ["web dev", "Foody?", "app dev", "Singing?", "Drawing✏️"]
technologies = {'mobileApp': ["Android App", "Flutter"], 'frontEnd': {'js': ["React⚛️"], 'css': ["Tailwind?️", "bootstrap?️"]}, 'backEnd': {'php': ["php?", "c#"], 'python': ["flask?"]}, 'devOps': ["Google Cloud☁️", "Docker?", "AWS?️"], 'databases': ["mongoDB?", "MySql?", "Oracle?️"], 'misc': ["Firebase", "sqlite?"]}
architecture = ["Serverless Architecture", "Progressive web applications", "Single page applications"]
currentProject = "I am developing Android Application Named: FestivityFlippers"
funFact = "There are two ways to write error-free programs; only the third one works"
me = ReadMe()