Skip to content

Commit 3d58249

Browse files
committed
修改链接文字
1 parent c06baa8 commit 3d58249

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

libs/python.wiki

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ MessageBox(text="Hello, world", flags=2)
161161

162162
Home:[http://swig.org/]
163163

164-
Wikipedia:[https://en.wikipedia.org/wiki/SWIG 英文]
164+
Links:[https://en.wikipedia.org/wiki/SWIG Wikipedia]
165165

166166
这是一个很老牌的、有名气的工具,它可以把多种语言(Java、Python、C#、Ruby、PHP、Perl、Lua、Go ...)整合到 C/C++ 中。
167167

@@ -179,7 +179,7 @@ Home:[http://cython.org/]
179179

180180
Home:[http://www.jython.org/]
181181

182-
Wikipedia:[https://en.wikipedia.org/wiki/Jython 英文]、[https://zh.wikipedia.org/wiki/Jython 中文]
182+
Links:[https://en.wikipedia.org/wiki/Jython Wikipedia] [https://zh.wikipedia.org/wiki/Jython 维基百科]
183183

184184
通过 Jython 可以让 Python 代码运行在 JVM 上,并且可以调用其它的 JVM 语言的代码(比如 Java、Scala)
185185

@@ -189,7 +189,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/Jython 英文]、[https://zh.wikipedi
189189

190190
Home:[http://ironpython.net/]
191191

192-
Wikipedia:[https://en.wikipedia.org/wiki/IronPython 英文]、[https://zh.wikipedia.org/wiki/IronPython 中文]
192+
Links:[https://en.wikipedia.org/wiki/IronPython Wikipedia] [https://zh.wikipedia.org/wiki/IronPython 维基百科]
193193

194194
通过 IronPython 可以让 Python 代码运行在 dotNET 平台上,并且可以调用其它的 dotNET 语言的代码(C#、F#、VB.Net ...)
195195

@@ -408,7 +408,7 @@ PyInstaller 可以把你的 Python 代码制作成独立运行的程序(不依
408408

409409
Home:[http://www.py2exe.org/]
410410

411-
Wikipedia:[https://en.wikipedia.org/wiki/Py2exe 英文]
411+
Links:[https://en.wikipedia.org/wiki/Py2exe Wikipedia]
412412

413413
py2exe 的功能类似 PyInstaller,但只支持 Windows 平台。
414414

@@ -496,7 +496,7 @@ httpd.serve_forever()
496496

497497
Home:[https://www.djangoproject.com/]
498498

499-
Wikipedia:[https://en.wikipedia.org/wiki/Django_(web_framework) 英文]、[https://zh.wikipedia.org/wiki/Django 中文]
499+
Links:[https://en.wikipedia.org/wiki/Django_(web_framework) Wikipedia] [https://zh.wikipedia.org/wiki/Django 维基百科]
500500

501501
在 Python 社区,Django 是目前最有影响力的 Web 开发框架。该框架很重型,内置了 Web 服务端开发常用的组件(比如:ORM、用户管理)。
502502

@@ -508,7 +508,7 @@ Django 应用范围很广,比如 Google 的 Web 开发平台 GAE 就支持它
508508

509509
Home:[http://www.turbogears.org/]
510510

511-
Wikipedia:[https://en.wikipedia.org/wiki/TurboGears 英文]、[https://zh.wikipedia.org/wiki/TurboGears 中文]
511+
Links:[https://en.wikipedia.org/wiki/TurboGears Wikipedia] [https://zh.wikipedia.org/wiki/TurboGears 维基百科]
512512

513513
又一个重型的 Web 开发框架,名气仅次于 Django。
514514

@@ -518,7 +518,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/TurboGears 英文]、[https://zh.wiki
518518

519519
Home:[http://www.cherrypy.org/]
520520

521-
Wikipedia:[https://en.wikipedia.org/wiki/CherryPy 英文]
521+
Links:[https://en.wikipedia.org/wiki/CherryPy Wikipedia]
522522

523523
轻量级的 Web 框架。某些 Web 框架(比如前面提到的 TurboGears)使用它作为底层。
524524

@@ -642,7 +642,7 @@ Home:[https://github.com/google/pywebsocket]
642642

643643
Home:[http://www.secdev.org/projects/scapy/]
644644

645-
Wikipedia:[https://en.wikipedia.org/wiki/Scapy 英文]
645+
Links:[https://en.wikipedia.org/wiki/Scapy Wikipedia]
646646

647647
这是一个底层的网络库,可以在不同协议层次构造网络数据包(包括链路层、网络层、传输层),还支持 Sniffer 抓包。
648648

@@ -827,7 +827,7 @@ Home:[https://github.com/citronneur/rdpy]
827827

828828
Home:[https://developers.google.com/protocol-buffers/]
829829

830-
Wikipedia:[https://en.wikipedia.org/wiki/Protocol_Buffers 英文]
830+
Links:[https://en.wikipedia.org/wiki/Protocol_Buffers Wikipedia]
831831

832832
这是 Google 开发的一个跨语言的库,用于网络传输业务数据时的“编码/解码”。
833833

@@ -839,7 +839,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/Protocol_Buffers 英文]
839839

840840
Home:[https://thrift.apache.org/]
841841

842-
Wikipedia:[https://en.wikipedia.org/wiki/Apache_Thrift 英文]
842+
Links:[https://en.wikipedia.org/wiki/Apache_Thrift Wikipedia]
843843

844844
来自于 Apache 社区,提供了一种跨语言的通讯机制。
845845

@@ -853,7 +853,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/Apache_Thrift 英文]
853853

854854
Home:[http://twistedmatrix.com/]
855855

856-
Wikipedia:[https://en.wikipedia.org/wiki/Twisted_%28software%29 英文]
856+
Links:[https://en.wikipedia.org/wiki/Twisted_%28software%29 Wikipedia]
857857

858858
这是一个基于 Python 网络通讯开发框架,诞生于2002年,名气很大。
859859

@@ -1164,7 +1164,7 @@ Home:[http://www.jcea.es/programacion/pybsddb.htm]
11641164

11651165
Home:[http://www.sqlalchemy.org/]
11661166

1167-
Wikipedia:[https://en.wikipedia.org/wiki/SQLAlchemy 英文]、[https://zh.wikipedia.org/wiki/SQLAlchemy 中文]
1167+
Links:[https://en.wikipedia.org/wiki/SQLAlchemy Wikipedia] [https://zh.wikipedia.org/wiki/SQLAlchemy 维基百科]
11681168

11691169
SQLAlchemy 支持的数据库有:MySQL、PostgreSQL、Sqlite、Oracle、MS SQL Server、Firebird、Sybase SQL Server、Informix、等。
11701170

@@ -1211,7 +1211,7 @@ Base.metadata.create_all(create_engine("dbms://user:pwd@host/dbname"))
12111211

12121212
Home:[http://sqlobject.org/]
12131213

1214-
Wikipedia:[https://en.wikipedia.org/wiki/SQLObject 英文]
1214+
Links:[https://en.wikipedia.org/wiki/SQLObject Wikipedia]
12151215

12161216
SQLObject 支持的数据库有:MySQL、PostgreSQL、Sqlite、MS SQL Server、Firebird、Sybase SQL Server、SAP DB、等。
12171217

@@ -1295,7 +1295,7 @@ if __name__ == "__main__" :
12951295

12961296
Home:[http://www.wxpython.org/]
12971297

1298-
Wikipedia:[https://en.wikipedia.org/wiki/WxPython 英文]、[https://zh.wikipedia.org/wiki/WxPython 中文]
1298+
Links:[https://en.wikipedia.org/wiki/WxPython Wikipedia] [https://zh.wikipedia.org/wiki/WxPython 维基百科]
12991299

13001300
在所有的 wxWidgets 的 Python 封装库中,这个是名气最大的。
13011301

@@ -1333,7 +1333,7 @@ Home:[http://pythoncard.sourceforge.net/]
13331333

13341334
Home:[http://www.pygtk.org/]
13351335

1336-
Wikipedia:[https://en.wikipedia.org/wiki/PyGTK 英文]
1336+
Links:[https://en.wikipedia.org/wiki/PyGTK Wikipedia]
13371337

13381338
它是 Python 对 GTK+2 的封装。
13391339

@@ -1411,7 +1411,7 @@ Gtk.main()
14111411

14121412
Home:[http://www.riverbankcomputing.com/software/pyqt/]
14131413

1414-
Wikipedia:[https://en.wikipedia.org/wiki/PyQt 英文]、[https://zh.wikipedia.org/wiki/PyQt 中文]
1414+
Links:[https://en.wikipedia.org/wiki/PyQt Wikipedia] [https://zh.wikipedia.org/wiki/PyQt 维基百科]
14151415

14161416
这是 Python 对 Qt 的封装。
14171417

@@ -1495,7 +1495,7 @@ Home:[http://ocemp.sourceforge.net/gui.html]
14951495

14961496
Home:[http://matplotlib.org/]
14971497

1498-
Wikipedia:[https://en.wikipedia.org/wiki/Matplotlib 英文]
1498+
Links:[https://en.wikipedia.org/wiki/Matplotlib Wikipedia]
14991499

15001500
这是一个有名的图形库,主要用来绘制数学相关的图形。
15011501

@@ -1839,7 +1839,7 @@ Home:[http://gnochm.sourceforge.net/pychm.html]
18391839

18401840
Home:[http://www.pythonware.com/products/pil/]
18411841

1842-
Wikipedia:[https://en.wikipedia.org/wiki/Python_Imaging_Library 英文]
1842+
Links:[https://en.wikipedia.org/wiki/Python_Imaging_Library Wikipedia]
18431843

18441844
这是一个很有名气的 Python 图像处理库,支持常见图像文件格式(BMP、JPG、GIF、PNG ...)。
18451845

@@ -1954,7 +1954,7 @@ Pycairo 是 Cairo 官方提供 Python 封装。
19541954

19551955
Home:[http://www.pygame.org/]
19561956

1957-
Wikipedia:[https://en.wikipedia.org/wiki/Pygame 英文]、[https://zh.wikipedia.org/wiki/Pygame 中文]
1957+
Links:[https://en.wikipedia.org/wiki/Pygame Wikipedia] [https://zh.wikipedia.org/wiki/Pygame 维基百科]
19581958

19591959
这是名气很大的跨平台游戏引擎,构建于 [https://zh.wikipedia.org/wiki/SDL SDL](Simple DirectMedia Layer)之上。
19601960

@@ -1974,7 +1974,7 @@ Home:[http://cocos2d.org/]
19741974

19751975
Home:[http://www.blender.org/]
19761976

1977-
Wikipedia:[https://en.wikipedia.org/wiki/Game_Blender 英文]、[https://zh.wikipedia.org/wiki/Game_Blender 中文]
1977+
Links:[https://en.wikipedia.org/wiki/Game_Blender Wikipedia] [https://zh.wikipedia.org/wiki/Game_Blender 维基百科]
19781978

19791979
它是 [https://en.wikipedia.org/wiki/Blender_%28software%29 Blender] 的组成部分,虽然是以 C++ 编写,但内置了 Python 脚本的扩展。
19801980

@@ -2002,7 +2002,7 @@ Home:[http://www.python-ogre.org/]
20022002

20032003
Home:[http://www.numpy.org/]
20042004

2005-
Wikipedia:[https://en.wikipedia.org/wiki/NumPy 英文]、[https://zh.wikipedia.org/wiki/NumPy 中文]
2005+
Links:[https://en.wikipedia.org/wiki/NumPy Wikipedia] [https://zh.wikipedia.org/wiki/NumPy 维基百科]
20062006

20072007
它提供了功能强大、性能很高的数值数组,可以用来进行各种数值计算(包括矩阵运算)。
20082008

@@ -2026,7 +2026,7 @@ c = a + b
20262026

20272027
Home:[http://www.scipy.org/]
20282028

2029-
Wikipedia:[https://en.wikipedia.org/wiki/SciPy 英文]、[https://zh.wikipedia.org/wiki/SciPy 中文]
2029+
Links:[https://en.wikipedia.org/wiki/SciPy Wikipedia] [https://zh.wikipedia.org/wiki/SciPy 维基百科]
20302030

20312031
它依赖 NumPy 提供的多维数组。相比 NumPy,它提供了更高层的数学运算模块(统计、线性代数、积分、常微分方程求解、傅立叶变换、信号处理 ...)。
20322032

@@ -2036,7 +2036,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/SciPy 英文]、[https://zh.wikipedia
20362036

20372037
Home:[http://sympy.org/]
20382038

2039-
Wikipedia:[https://en.wikipedia.org/wiki/SymPy 英文]、[https://zh.wikipedia.org/wiki/SymPy 中文]
2039+
Links:[https://en.wikipedia.org/wiki/SymPy Wikipedia] [https://zh.wikipedia.org/wiki/SymPy 维基百科]
20402040

20412041
它是用来做符号计算的,其目标是成为一个全功能的“计算机代数系统”。
20422042

@@ -2052,7 +2052,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/SymPy 英文]、[https://zh.wikipedia
20522052

20532053
Home:[http://www.pypy.org/]
20542054

2055-
Wikipedia:[https://en.wikipedia.org/wiki/PyPy 英文]、[https://zh.wikipedia.org/wiki/PyPy 中文]
2055+
Links:[https://en.wikipedia.org/wiki/PyPy Wikipedia] [https://zh.wikipedia.org/wiki/PyPy 维基百科]
20562056

20572057
它是一个用 Python 写的 Python 解释器(有点绕口令)。
20582058

0 commit comments

Comments
 (0)