EngineeringFantasy
Oct 09, 2014

A Todo app with flask and Pony

Pony is a new ORM in the python world that is simply amazing. It uses python's native generator syntax for queries. It has some of the most easiest to use tools for making models I've ever seen. Its even more efficient than both Django and SQLAlchemy when it comes to query generation. Looking at all these features I decided to make a simple Todo app with flask-restful and pony.