Skip to content
View abbasmoosajee07's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report abbasmoosajee07

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AbbasMoosajee07/README.md

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

Pinned Loading

  1. AlgoVault AlgoVault Public

    Coding Challenges solved in a variety of languages.

    Python 3

  2. AdventofCode AdventofCode Public

    Working through each Year's Advent of Code starting from 2015

    Python

  3. TuringMachineSim TuringMachineSim Public

    A web-based Simulator for Turing Machines

    HTML 3

  4. cryptopals cryptopals Public

    Solving the Matasano Cryptopals challenges

    Rust 3