{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Getting started with Python and Web APIs in Flask\n", "\n", "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.).\n", "\n", "| Part | |\n", "|:---:|:---|\n", "|[Part One](./part1_flaskwebapi.ipynb) | Learn how to build a simple Python web API in Flask. |\n", "|[Part Two](./part2_pythonds.ipynb) | Learn some of the basic Python data structures and Pythonic ways to use them. |\n", "\n", "\n", "Have fun!" ] } ], "metadata": { "anaconda-cloud": {}, "kernelspec": { "display_name": "Python [conda root]", "language": "python", "name": "conda-root-py" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.12" } }, "nbformat": 4, "nbformat_minor": 1 }