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

Block or report abbasmoosajee07

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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 1

  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 2

  4. cryptopals cryptopals Public

    Solving the Matasano Cryptopals challenges

    Rust 1