diff options
Diffstat (limited to 'LectureNotesOnPython.rst')
-rw-r--r-- | LectureNotesOnPython.rst | 6 |
1 files changed, 4 insertions, 2 deletions
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/ |