![]() |
---|
class WhoAmI(DataScienceEnthusiast):
''' About myself '''
def __init__(self):
super(WhoAmI, self).__init__()
self.user = "Balamurugan P"
self.edu_status = "Pursuing B.Tech in CSE."
self.edu_institution = "SASTRA University, Thanjavur."
self.passion = [
"Explore Data",
"Helping others to get started",
"Data Science Hackathons",
"Applied Artificial Intelligence"
]
def get_activities():
''' Returns (exp: list) : Extra curricular and community activities. '''
exp = [
"Head - Machine Learning Cluster, Developer Community - SASTRA.",
"Core Team Member, Google Developer Students Club - SASTRA."
]
return exp