Browse Source

Mentioning Flask and Django.

Swaroop C H 12 years ago
parent
commit
1f1e823c2e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      18-what-next.md

+ 6 - 0
18-what-next.md

@@ -103,6 +103,12 @@ in your own programs.
 To install and use these libraries, you can use
 [pip](http://www.pip-installer.org/en/latest/).
 
+## 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.
+
 ## Graphical Software ##
 
 Suppose you want to create your own graphical programs using