Not the smol crabbie, I'm more like this
class ShevonPe:
def __init__(self):
self.username = 'ShevonPe'
self.name = 'Shevon Perera'
self.web = 'https://shevonpe.github.io'
self.twitter = '@Shevon_Perera'
self.code = {
'frontend': ['HTML', 'CSS', 'JavaScript', 'Boostrap'],
'backend': ['Python', 'PHP', 'Flask', 'Laravel', 'NodeJS'],
'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'Mongo DB'],
'tools': ['git', 'GitHub', 'BitBucket', 'Pandas', 'Jupyter notebook'],
'misc': ['Firebase', 'TDD', 'GNU/Linux']
}
def __str__(self):
return self.name
if __name__ == '__main__':
me = ShevonPe()