Talk given to full stack cohort at Galvanize/Boulder on December 20, 2016 about building APIs with Python / Flask.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

1.3 KiB

Getting started with Python and Web APIs in Flask

This tutorial is split into two parts. Part One is a from the ground up tutorial on building a quick and dirty web API (and optionally RESTful) in Python using the microframework Flask. Part Two goes into a few of the details of Python data structures assuming you know a few from another language (e.g. Javascript, etc.).

Part
Part One Learn how to build a simple Python web API in Flask.
Part Two Learn some of the basic Python data structures and Pythonic ways to use them.

Have fun!