My Flask API Setup

Typically when deploying python API’s I go with Flask. Over the years I’ve tried out a few python web frameworks but continually find myself coming back to Flask. It’s hard not to like with it’s simple setup and great documentation. Plus there’s plenty of examples out there on the internet on how to deploy Flask and use it for a variety of scenarios. It’s considered a micro framework, so it comes with the bare bones to make a web framework run but leaves you the flexibility to pick and choose the libraries to add on that make the most sense for your app....

August 19, 2019 · 2 min · Me