@@ -161,7 +161,7 @@ MessageBox(text="Hello, world", flags=2)
161
161
162
162
Home:[http://swig.org/]
163
163
164
- Wikipedia :[https://en.wikipedia.org/wiki/SWIG 英文 ]
164
+ Links :[https://en.wikipedia.org/wiki/SWIG Wikipedia ]
165
165
166
166
这是一个很老牌的、有名气的工具,它可以把多种语言(Java、Python、C#、Ruby、PHP、Perl、Lua、Go ...)整合到 C/C++ 中。
167
167
@@ -179,7 +179,7 @@ Home:[http://cython.org/]
179
179
180
180
Home:[http://www.jython.org/]
181
181
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 维基百科 ]
183
183
184
184
通过 Jython 可以让 Python 代码运行在 JVM 上,并且可以调用其它的 JVM 语言的代码(比如 Java、Scala)
185
185
@@ -189,7 +189,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/Jython 英文]、[https://zh.wikipedi
189
189
190
190
Home:[http://ironpython.net/]
191
191
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 维基百科 ]
193
193
194
194
通过 IronPython 可以让 Python 代码运行在 dotNET 平台上,并且可以调用其它的 dotNET 语言的代码(C#、F#、VB.Net ...)
195
195
@@ -408,7 +408,7 @@ PyInstaller 可以把你的 Python 代码制作成独立运行的程序(不依
408
408
409
409
Home:[http://www.py2exe.org/]
410
410
411
- Wikipedia :[https://en.wikipedia.org/wiki/Py2exe 英文 ]
411
+ Links :[https://en.wikipedia.org/wiki/Py2exe Wikipedia ]
412
412
413
413
py2exe 的功能类似 PyInstaller,但只支持 Windows 平台。
414
414
@@ -496,7 +496,7 @@ httpd.serve_forever()
496
496
497
497
Home:[https://www.djangoproject.com/]
498
498
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 维基百科 ]
500
500
501
501
在 Python 社区,Django 是目前最有影响力的 Web 开发框架。该框架很重型,内置了 Web 服务端开发常用的组件(比如:ORM、用户管理)。
502
502
@@ -508,7 +508,7 @@ Django 应用范围很广,比如 Google 的 Web 开发平台 GAE 就支持它
508
508
509
509
Home:[http://www.turbogears.org/]
510
510
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 维基百科 ]
512
512
513
513
又一个重型的 Web 开发框架,名气仅次于 Django。
514
514
@@ -518,7 +518,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/TurboGears 英文]、[https://zh.wiki
518
518
519
519
Home:[http://www.cherrypy.org/]
520
520
521
- Wikipedia :[https://en.wikipedia.org/wiki/CherryPy 英文 ]
521
+ Links :[https://en.wikipedia.org/wiki/CherryPy Wikipedia ]
522
522
523
523
轻量级的 Web 框架。某些 Web 框架(比如前面提到的 TurboGears)使用它作为底层。
524
524
@@ -642,7 +642,7 @@ Home:[https://github.com/google/pywebsocket]
642
642
643
643
Home:[http://www.secdev.org/projects/scapy/]
644
644
645
- Wikipedia :[https://en.wikipedia.org/wiki/Scapy 英文 ]
645
+ Links :[https://en.wikipedia.org/wiki/Scapy Wikipedia ]
646
646
647
647
这是一个底层的网络库,可以在不同协议层次构造网络数据包(包括链路层、网络层、传输层),还支持 Sniffer 抓包。
648
648
@@ -827,7 +827,7 @@ Home:[https://github.com/citronneur/rdpy]
827
827
828
828
Home:[https://developers.google.com/protocol-buffers/]
829
829
830
- Wikipedia :[https://en.wikipedia.org/wiki/Protocol_Buffers 英文 ]
830
+ Links :[https://en.wikipedia.org/wiki/Protocol_Buffers Wikipedia ]
831
831
832
832
这是 Google 开发的一个跨语言的库,用于网络传输业务数据时的“编码/解码”。
833
833
@@ -839,7 +839,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/Protocol_Buffers 英文]
839
839
840
840
Home:[https://thrift.apache.org/]
841
841
842
- Wikipedia :[https://en.wikipedia.org/wiki/Apache_Thrift 英文 ]
842
+ Links :[https://en.wikipedia.org/wiki/Apache_Thrift Wikipedia ]
843
843
844
844
来自于 Apache 社区,提供了一种跨语言的通讯机制。
845
845
@@ -853,7 +853,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/Apache_Thrift 英文]
853
853
854
854
Home:[http://twistedmatrix.com/]
855
855
856
- Wikipedia :[https://en.wikipedia.org/wiki/Twisted_%28software%29 英文 ]
856
+ Links :[https://en.wikipedia.org/wiki/Twisted_%28software%29 Wikipedia ]
857
857
858
858
这是一个基于 Python 网络通讯开发框架,诞生于2002年,名气很大。
859
859
@@ -1164,7 +1164,7 @@ Home:[http://www.jcea.es/programacion/pybsddb.htm]
1164
1164
1165
1165
Home:[http://www.sqlalchemy.org/]
1166
1166
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 维基百科 ]
1168
1168
1169
1169
SQLAlchemy 支持的数据库有:MySQL、PostgreSQL、Sqlite、Oracle、MS SQL Server、Firebird、Sybase SQL Server、Informix、等。
1170
1170
@@ -1211,7 +1211,7 @@ Base.metadata.create_all(create_engine("dbms://user:pwd@host/dbname"))
1211
1211
1212
1212
Home:[http://sqlobject.org/]
1213
1213
1214
- Wikipedia :[https://en.wikipedia.org/wiki/SQLObject 英文 ]
1214
+ Links :[https://en.wikipedia.org/wiki/SQLObject Wikipedia ]
1215
1215
1216
1216
SQLObject 支持的数据库有:MySQL、PostgreSQL、Sqlite、MS SQL Server、Firebird、Sybase SQL Server、SAP DB、等。
1217
1217
@@ -1295,7 +1295,7 @@ if __name__ == "__main__" :
1295
1295
1296
1296
Home:[http://www.wxpython.org/]
1297
1297
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 维基百科 ]
1299
1299
1300
1300
在所有的 wxWidgets 的 Python 封装库中,这个是名气最大的。
1301
1301
@@ -1333,7 +1333,7 @@ Home:[http://pythoncard.sourceforge.net/]
1333
1333
1334
1334
Home:[http://www.pygtk.org/]
1335
1335
1336
- Wikipedia :[https://en.wikipedia.org/wiki/PyGTK 英文 ]
1336
+ Links :[https://en.wikipedia.org/wiki/PyGTK Wikipedia ]
1337
1337
1338
1338
它是 Python 对 GTK+2 的封装。
1339
1339
@@ -1411,7 +1411,7 @@ Gtk.main()
1411
1411
1412
1412
Home:[http://www.riverbankcomputing.com/software/pyqt/]
1413
1413
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 维基百科 ]
1415
1415
1416
1416
这是 Python 对 Qt 的封装。
1417
1417
@@ -1495,7 +1495,7 @@ Home:[http://ocemp.sourceforge.net/gui.html]
1495
1495
1496
1496
Home:[http://matplotlib.org/]
1497
1497
1498
- Wikipedia :[https://en.wikipedia.org/wiki/Matplotlib 英文 ]
1498
+ Links :[https://en.wikipedia.org/wiki/Matplotlib Wikipedia ]
1499
1499
1500
1500
这是一个有名的图形库,主要用来绘制数学相关的图形。
1501
1501
@@ -1839,7 +1839,7 @@ Home:[http://gnochm.sourceforge.net/pychm.html]
1839
1839
1840
1840
Home:[http://www.pythonware.com/products/pil/]
1841
1841
1842
- Wikipedia :[https://en.wikipedia.org/wiki/Python_Imaging_Library 英文 ]
1842
+ Links :[https://en.wikipedia.org/wiki/Python_Imaging_Library Wikipedia ]
1843
1843
1844
1844
这是一个很有名气的 Python 图像处理库,支持常见图像文件格式(BMP、JPG、GIF、PNG ...)。
1845
1845
@@ -1954,7 +1954,7 @@ Pycairo 是 Cairo 官方提供 Python 封装。
1954
1954
1955
1955
Home:[http://www.pygame.org/]
1956
1956
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 维基百科 ]
1958
1958
1959
1959
这是名气很大的跨平台游戏引擎,构建于 [https://zh.wikipedia.org/wiki/SDL SDL ](Simple DirectMedia Layer)之上。
1960
1960
@@ -1974,7 +1974,7 @@ Home:[http://cocos2d.org/]
1974
1974
1975
1975
Home:[http://www.blender.org/]
1976
1976
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 维基百科 ]
1978
1978
1979
1979
它是 [https://en.wikipedia.org/wiki/Blender_%28software%29 Blender ] 的组成部分,虽然是以 C++ 编写,但内置了 Python 脚本的扩展。
1980
1980
@@ -2002,7 +2002,7 @@ Home:[http://www.python-ogre.org/]
2002
2002
2003
2003
Home:[http://www.numpy.org/]
2004
2004
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 维基百科 ]
2006
2006
2007
2007
它提供了功能强大、性能很高的数值数组,可以用来进行各种数值计算(包括矩阵运算)。
2008
2008
@@ -2026,7 +2026,7 @@ c = a + b
2026
2026
2027
2027
Home:[http://www.scipy.org/]
2028
2028
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 维基百科 ]
2030
2030
2031
2031
它依赖 NumPy 提供的多维数组。相比 NumPy,它提供了更高层的数学运算模块(统计、线性代数、积分、常微分方程求解、傅立叶变换、信号处理 ...)。
2032
2032
@@ -2036,7 +2036,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/SciPy 英文]、[https://zh.wikipedia
2036
2036
2037
2037
Home:[http://sympy.org/]
2038
2038
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 维基百科 ]
2040
2040
2041
2041
它是用来做符号计算的,其目标是成为一个全功能的“计算机代数系统”。
2042
2042
@@ -2052,7 +2052,7 @@ Wikipedia:[https://en.wikipedia.org/wiki/SymPy 英文]、[https://zh.wikipedia
2052
2052
2053
2053
Home:[http://www.pypy.org/]
2054
2054
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 维基百科 ]
2056
2056
2057
2057
它是一个用 Python 写的 Python 解释器(有点绕口令)。
2058
2058
0 commit comments