소스 검색

Mentioning Flask and Django.

Swaroop C H 12 년 전
부모
커밋
1f1e823c2e
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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