I'm learning Python, my first project is to create a personal api using flask-rest and host it on Heroku.

Understanding flask-rest:
First problem is that I don't know what a "Blueprint" is, reading docs to get a better idea:
http://flask.pocoo.org/docs/blueprints/