浏览代码

Mention only Flask.

Swaroop C H 12 年之前
父节点
当前提交
ead1827f81
共有 1 个文件被更改,包括 6 次插入3 次删除
  1. 6 3
      18-what-next.md

+ 6 - 3
18-what-next.md

@@ -105,9 +105,12 @@ To install and use these libraries, you can use
 
 ## Creating a Website ##
 
-Learn to use [Flask](http://flask.pocoo.org) or
-[Django](http://www.djangoproject.com). They are excellent frameworks
-to learn to create your own websites in Python.
+Learn [Flask](http://flask.pocoo.org) to create your own website. Some
+resources to get started:
+
+- [Flask Official Quickstart](http://flask.pocoo.org/docs/quickstart/)
+- [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)
+- [Example Flask Projects](https://github.com/mitsuhiko/flask/tree/master/examples)
 
 ## Graphical Software ##