Welcome to my Github Pages site!
Check out some of my projects:
PogScript (discontinued)
An attempt at a web browser written in as pure Python as possible, combining three projects so far:
- Browser - the web browser itself
- DomAPI - a library that allows strings of HTML to be parsed and modified as document objects
- JS Object Explorer/lightweight-objbrowser - a library that allows Python dicts to be viewed in a dropdown-menu format (using tkinter)
Currently still a work in progress, UntypedScript aims to be a typeless, easy-to-write language with speeds comparable to that of C.
A simulation of an operating system written in pure Python.
A web framework using Flask that allows the developer to use filesystem routes and reduce the amount of Python code needed for the application. WebPy now offers integration with PyX files!
ScriptLess lets you execute JavaScript "from the server side", but be prepared to face a ton of bugs! Also - most of the WebAPI class implementations, like Document, are still empty.
Like JSX but in Python - PyX is probably still really buggy!