- Machine Learning/ AI
- Data Science
- Frontend and Backend Web Development
class WhoAmI:
user = 'Akshat Shah'
current_work = 'Writing code'
hobbies = [
'Drawing',
'Watching Anime',
'Reading Sci-Fi Novels',
'Being up all Night chasing that ONE BUG...'
]
def getCity():
return "India"
def Ambitions():
LearnJapanese()
CreateSkyNet()
FinishMyNovel()
# Assume 10 more awesome ambitions here ;)