News

Flask Restful is a Python-based micro-framework used by developers to make micro web services. It has a very lightweight module which makes it easy to build and implement APIs quickly.
Small and light, Pyramid is well-suited to tasks such as exposing existing Python code as a REST API, or providing the core for a web project where the developer does most of the heavy lifting.
The vast majority of Web APIs use the representational state transfer (REST) structure — which sounds far more complicated than it is. [Read: Check out these lesser-known Python features] ...