From 7a72a3baeb74e99075c526fed8c106449bacd372 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 18 Aug 2015 07:09:31 -0400 Subject: [PATCH] Added references to Pyramid, Flask, and Bottle. --- commands/misc.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/misc.ipynb b/commands/misc.ipynb index bdaa638..9e6a395 100644 --- a/commands/misc.ipynb +++ b/commands/misc.ipynb @@ -404,7 +404,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "[Django](https://www.djangoproject.com) is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Django can be useful to share data reports and analyses on the web. There are Django apps such as [Mezzanine](http://mezzanine.jupo.org) that open up Django to data content management and blogging." + "[Django](https://www.djangoproject.com) is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It can be useful to share reports/analyses and for blogging. Lighter-weight alternatives include [Pyramid](https://github.com/Pylons/pyramid), [Flask](https://github.com/mitsuhiko/flask), [Tornado](https://github.com/tornadoweb/tornado), and [Bottle](https://github.com/bottlepy/bottle)." ] }, {