Data Engineer at Accenture
class profile:
def __init__(self):
self.i = dict()
self.profile()
def profile(self):
self.i["am"] = ["Tarun", "Associate Software Engineer"]
self.i["love"] = ["Machine Learning", "DSA", "Mathematics", "Deep Learning"]
self.i["work With"] = ["Python", "Java", "AWS", "Docker", "Hadoop", "Linux"]
self.i["aspire"] = ["Keep Learning........."]