UI Deploy

Curated, Short, Web UI Dev we Love.

Implementing a RESTful Web API with Python & Flask

I'm assuming you already know the basics of REST. If not, or if you want a quick refresh, I've written an introduction to Designing a RESTful Web API.

Flask is a microframework for Python based on Werkzeug, a WSGI utility library.

view source

Advertisement