summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2019-07-28 19:46:05 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2019-07-28 19:46:05 +0800
commit4e8b95043d5d0eef4adff0622f480302b1d81ae5 (patch)
tree237ce96d87d03ce610f18599c3d50d70ab28b62e
parent24d44357fa97eee6bc67e212d7ac2d65c0aec3f3 (diff)
LectureNotesOnPython.rst: 添加PhotoString软件例子
-rw-r--r--LectureNotesOnPython.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/LectureNotesOnPython.rst b/LectureNotesOnPython.rst
index 44a2729..b53a629 100644
--- a/LectureNotesOnPython.rst
+++ b/LectureNotesOnPython.rst
@@ -122,7 +122,7 @@ Python能做什么?
.. _scrappy: https://scrapy.org/
-可以做网页应用程序。 Flask_ 。
+可以做网页应用程序。 Flask_ 。 举例我的学生陈鑫涛写的照片流软件 http://lanlab.org/course/2019s/python/labBIG/PhotoString_by_ChenXintao.zip。
.. _Flask: https://www.fullstackpython.com/flask.html