Hi, I’m Parakram.
I’m a programmer who works mostly on Python backend systems. I use this site to collect the projects I build, the code I’m working on, and short updates on what I’m learning.
Start with my projects, read more about me, or view my CV.
Projects
A Python/Pygame clone of the classic arcade game. You control a triangle ship, shoot incoming asteroids, and lose if one collides with the player. GitHub repo.
The first project from my Boot.dev course: a small Python CLI that analyzes a text file and counts how often each character appears. GitHub repo.
A Gemini-powered CLI coding agent that can inspect files, run Python scripts, and edit code inside a restricted project folder. GitHub repo.
A C++ lexical analyzer built with Python tooling for a compiler design and automata theory class. GitHub repo.