Skip to content

abbasmoosajee07/AbbasMoosajee07

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Hi, I'm Abbas

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()

Visitors

Profile Details Top Languages

Get in touch

About

Profile ReadME

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published