Popoto is an ORM for your Redis cache database.
The familiar syntax makes it easy to use for Django and Flask developers. (more…)
Read more »
PySINDy is a Python package for the discovery of governing dynamical systems
models from data. In particular, PySINDy provides tools for applying the sparse
identification of nonlinear dynamics (SINDy) (Brunton et al. 2016) approach to
model discovery. In... (more…)
Read more »
Defining and Encoding Strict Types Using BARE Everything in Python is an object, and I mean everything. This includes primitives such as... (more…)
Read more »
Last week I wanted to scrape my Tweets for the past few days. It was pretty straightforward to do with Python and I wanted to share my notes. Side note: I must say that Python is AWESOME! Even thou…
Read more »