Example app

We’ll be building a simple twitter-like site. The source code for the examplecan be found in the examples/twitter directory. You can also browse thesource-codeon github. There is also an example blog app if that’s moreto your liking, however it is not covered in this guide.

The example app uses the flask web framework whichis very easy to get started with. If you don’t have flask already, you willneed to install it to run the example:

  1. pip install flask