Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
=======
Credits
=======

Development Lead
----------------

* `mattmakai <https://github.com/mattmakai>`_

Contributors
------------

* `dhiatn <https://github.com/dhiatn>`_
* `mjhea0 <https://github.com/mjhea0>`_
* `haiiiiiyun <https://github.com/haiiiiiyun>`_
* `jllorencetti <https://github.com/jllorencetti>`_
* `monop <https://github.com/monop>`_
* `aoberoi <https://github.com/aoberoi>`_
* `proofit404 <https://github.com/proofit404>`_
* `flexd <https://github.com/flexd>`_
* `axd1967 <https://github.com/axd1967>`_
* `nullism <https://github.com/nullism>`_
* `ajschumacher <https://github.com/ajschumacher>`_
* `amol- <https://github.com/amol->`_
* `dhamaniasad <https://github.com/dhamaniasad>`_
* `Bogdanp <https://github.com/Bogdanp>`_
* `cenkalti <https://github.com/cenkalti>`_
* `ChristophKohl <https://github.com/ChristophKohl>`_
* `itsderek23 <https://github.com/itsderek23>`_
* `dolph <https://github.com/dolph>`_
* `luzfcb <https://github.com/luzfcb>`_
* `qgreg <https://github.com/qgreg>`_
* `TheJohnSub <https://github.com/TheJohnSub>`_
* `Jwpe <https://github.com/Jwpe>`_
* `kmarekspartz <https://github.com/kmarekspartz>`_
* `martey <https://github.com/martey>`_
* `MattKleinsmith <https://github.com/MattKleinsmith>`_
* `mattberjon <https://github.com/mattberjon>`_
* `oldhill <https://github.com/oldhill>`_
* `Parbhat <https://github.com/Parbhat>`_
* `rlaszlo <https://github.com/rlaszlo>`_
* `huangsam <https://github.com/huangsam>`_
8 changes: 2 additions & 6 deletions content/pages/07-web-development/04-flask.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Jökull Sólberg wrote a great piece articulating to this effect in his
[tags for each step](https://github.com/mattmakai/choose-your-own-adventure-presentations/releases)
in the blog posts.

* [Microservices with Flask, Docker, and React](https://testdriven.io/) is nice tutoriel to learn how to spin up a reproducible Flask development environment with Docker. It shows also how to deploy it to an Amazon EC2 instance and how to scale the services on Amazon EC2 Container Service (ECS). It covers also test-driven development (TDD) and server-side unit, functional, and integration tests along with end-to-end tests.

* This [simple Flask app uses Twilio Voice](https://www.twilio.com/blog/2015/09/warm-phone-call-transfers-with-python-flask-and-twilio-voice.html)
to do voice calling with three participants. It's a fun introduction
to Python and Flask I wrote for the Twilio blog.
Expand All @@ -108,12 +110,6 @@ Jökull Sólberg wrote a great piece articulating to this effect in his

* Nice post by Jeff Knupp on [Productionizing a Flask App](http://www.jeffknupp.com/blog/2014/01/29/productionizing-a-flask-application/).

* The Plank & Whittle blog has two posts, one on
[Packaging a Flask web app](http://www.plankandwhittle.com/packaging-a-flask-web-app/)
and another on
[Packaging a Flask app in a Debian package](http://www.plankandwhittle.com/packaging-a-flask-app-in-a-debian-package/)
once you've built an app and want to deploy it.

* The Tuts+ [Flask tutorial](http://code.tutsplus.com/tutorials/an-introduction-to-pythons-flask-framework--net-28822)
is another great walkthrough for getting started with the framework.

Expand Down