Skip to content

Projects

Blog

I've begun writing articles about my coding projects:

Subscribe to the RSS feed below to be notified when I post something new:

- feed_rss_created.xml

Music

Software

IDOM - Python for the Web

Gives Python developers the power to create interactive web applications without writing a single line of Javascript. IDOM was originally inspired by Jupyter Widgets, Nteract's VDOM, and React however it breaks from both by allowing live updates to frontend views.

Spectate - MVC for Python

A library for Python 2 and 3 that can track changes to mutable data types. With spectate complicated protocols for managing updates don't need to be the outward responsibility of a user and can instead be done "automagically" in the background. For instance, syncing the state between a server and client can controlled by spectate so user's don't have to.


Last update: 2021-02-12