Skip to content

Instantly share code, notes, and snippets.

View nmkridler's full-sized avatar

Nick Kridler nmkridler

View GitHub Profile
@nmkridler
nmkridler / pyxley_v010_updates.md
Created January 21, 2017 00:23
pyxley 0.1.0 updates

Pyxlier

I started pyxley with the goal of being able to quickly prototype web applications in python. Inspired by Shiny, I created a handful of widgets to enable some basic interactive data visualizations. Rather than keep a set of highly customizable templates, I settled upon a single, generic React component as an interface to various components for charts, filters, etc. This provided a really flexible framework that allowed me to focus on the data while still serving an application that was tailored to the needs of our business partners.