Projects I’ve Created in Pursuit of Making an Impact on the World

I’ve worked on tons of little projects over the years but these are the ones that I’m most proud of. Many of them are open-source, so if you see something that piques your interest, check out the code and contribute if you have ideas for how it can be improved.

  • py2asm

    Write assembly code in Python. It generate assembly code using templates, making it easier to write and modify as needed

    github.com

  • CodeSkulptor Server

    CodeSkulptor Local Server allows you to run CodeSkulptor locally without any dependency of internet connection

    github.com

  • PyTrace

    PyTrace is written on the top of Bdb that will execute small python programs within a sandbox environment and collects heap & stack information on each setup.

    github.com