From fdcfe2b4130de0bce7a41e8fc1431c6e065a170a Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sun, 28 Jul 2019 19:47:20 +0800 Subject: =?UTF-8?q?LectureNotesOnPython.rst:=20=E4=BF=AE=E6=94=B9PhotoStri?= =?UTF-8?q?ng=E8=BD=AF=E4=BB=B6=E4=BE=8B=E5=AD=90=E7=9A=84=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LectureNotesOnPython.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'LectureNotesOnPython.rst') diff --git a/LectureNotesOnPython.rst b/LectureNotesOnPython.rst index b53a629..db1b1b2 100644 --- a/LectureNotesOnPython.rst +++ b/LectureNotesOnPython.rst @@ -122,11 +122,13 @@ Python能做什么? .. _scrappy: https://scrapy.org/ -可以做网页应用程序。 Flask_ 。 举例我的学生陈鑫涛写的照片流软件 http://lanlab.org/course/2019s/python/labBIG/PhotoString_by_ChenXintao.zip。 +可以做网页应用程序。 Flask_ 。 举例我的学生陈鑫涛写的 照片流软件_ + +.. _照片流软件: http://lanlab.org/course/2019s/python/labBIG/PhotoString_by_ChenXintao.zip。 .. _Flask: https://www.fullstackpython.com/flask.html -只要有对应的库,几乎什么都可以做。 Python的第三方库 PyPi_ +只要有对应的库,几乎什么都可以做。 Python的第三方库集合: PyPi_ .. _PyPi: https://pypi.org/ -- cgit v1.2.1