class AbbasM:
def __init__(self):
"""A class representing Abbas Moosajee's professional profile and skills."""
self.username = 'abbasmoosajee07'
self.name = 'Abbas Moosajee'
self.nationality = 'Sri Lankan'
self.code = {
'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Svelte', 'Boostrap', 'TailWind'],
'backend': ['Python', 'RLang', 'Ruby', 'C', 'NodeJS', 'MatLab'],
'libraries': ['Pandas', 'NumPy', 'Jupyter Notebook', 'OpenCV', 'Matplotlib', 'networkx'],
'tools': ['GIT', 'GitHub', 'GitLab', 'Jupyter notebook'],
'algorithms' : ['BFS', 'DFS', 'A* Search', 'Djikstra', 'Chinese Remainder Theorem',]
}
self.challenges : ['AdventofCode', 'EverybodyCodes', 'Codyssi', 'Synacor', 'i18n', 'Marches&Gnats'],
self.projects : ['TuringMachineSim', 'PlasmaGasifierDP',],
self.interests : ['cricket', 'renewable-energy', 'non-fiction books']
def __str__(self):
return self.name
if __name__ == '__main__':
me = AbbasM()
- Twitter: https://twitter.com/AbbasM_07
- Email: [email protected]