class ShravanCool:
def __init__(self):
self.username = 'ShravanCool'
self.name = 'Shravan.A.J'
self.code = {
'frontend': ['HTML', 'CSS', 'JavaScript', 'Bootstrap'],
'backend': ['Python', 'Flask', 'Django', 'PHP'],
'database': ['MySQL', 'SQLite3', 'Mongo DB', 'Postgres'],
'ai': ['Machine Learning', 'Computer Vision', 'NLP'],
'tools': ['Git', 'Github', 'Jupyter notebook'],
'other_lang': ['C','C++','Java', 'Golang'],
'misc': ['GNU/Linux', 'Bash scripting']
}
def __str__(self):
return self.name
if __name__ == '__main__':
me = ShravanCool()
Feel free to connect with me-