使用者工具

網站工具


programming:python

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
programming:python [2011/06/20 17:34]
wenpei [Run Python in C/C++]
programming:python [2015/11/30 12:00] (目前版本)
sars [Books、Tutorial]
行 1: 行 1:
 ====== Python ====== ====== Python ======
 ===== Test Code ===== ===== Test Code =====
-寫 Python 測試碼的好幫手 ​http://fcamel.twbbs.org/​archives/​2009/​09/​22/​918/+  * [[http://pythonfiddle.com/|Python Fiddle]] - Python Cloud IDE
  
 ====== Books、Tutorial ====== ====== Books、Tutorial ======
-[[http://​docs.python.org/​index.html|Python v2.6.5 documentation]] +  * [[http://​docs.python.org/​index.html|Python v2.6.5 documentation]] 
- +  ​* ​[[http://​www.penzilla.net/​tutorials/​python/​|Penzilla.net'​s Python Tutorial]] 
-[[http://​www.penzilla.net/​tutorials/​python/​|Penzilla.net'​s Python Tutorial]] +  ​* ​[[http://​caterpillar.onlyfun.net/​Gossip/​Python/​index.html|Python Gossip]] 
- +  * [[http://​vilvaram.com/​python.html|Complete collection of Python tutorials and refernce links]] 
-[[http://​caterpillar.onlyfun.net/​Gossip/​Python/​index.html|Python Gossip]] +  ​* ​[[http://​pydoing.blogspot.com/​2008/​09/​blog-post.html|電腦做什麼事]]、[[http://​www.openfoundry.org/​index.php?​option=com_docman&​Itemid=112&​gid=244&​lang=en&​task=cat_view|PDF]] 
- +  * [[http://​blog.csdn.net/​cnbird2008/​archive/​2011/​01/​10/​6127444.aspx|Python tools for penetration testers]] 
-[[http://​pydoing.blogspot.com/​2008/​09/​blog-post.html|電腦做什麼事]]、[[http://​www.openfoundry.org/​index.php?​option=com_docman&​Itemid=112&​gid=244&​lang=en&​task=cat_view|PDF]] +  * [[http://​andrewliu.in/​2015/​11/​14/​Python%E5%A5%87%E6%8A%80%E6%B7%AB%E5%B7%A7/​|Python奇技淫巧]]
- +
-Python tools for penetration testers: ​http://​blog.csdn.net/​cnbird2008/​archive/​2011/​01/​10/​6127444.aspx+
  
 ====== Regular Expression ====== ====== Regular Expression ======
行 19: 行 17:
 ====== Graphic ====== ====== Graphic ======
 [[http://​code.google.com/​p/​python-graph/​|python-graph]] [[http://​code.google.com/​p/​python-graph/​|python-graph]]
 +
 +[[http://​networkx.lanl.gov/​|NetworkX ]]
  
 ====== SWIG ====== ====== SWIG ======
行 26: 行 26:
  
 http://​docs.python.org/​c-api/​index.html http://​docs.python.org/​c-api/​index.html
 +
 +[[http://​ez2learn.com/​index.php/​python-tutorials/​advance-tutorials/​174-cpython|使用C++擴充Python]]
  
 ====== Run Python in C/C++ ====== ====== Run Python in C/C++ ======
行 33: 行 35:
  
 http://​yunjuihuang.pixnet.net/​blog/​post/​17810375 http://​yunjuihuang.pixnet.net/​blog/​post/​17810375
 +
 +====== TurboGears ======
 +
 +http://​ez2learn.com/​index.php/​python-tutorials/​turbogears-tutorials
  
 ====== Other ====== ====== Other ======
-[[http://​metaleks.net/​programming/​the-evolution-of-a-python-programmer|The Evolution of a Python Programmer]]+  * [[http://​metaleks.net/​programming/​the-evolution-of-a-python-programmer|The Evolution of a Python Programmer]] 
 +  * [[http://​ez2learn.com/​index.php/​python-tutorials/​advance-tutorials/​175-easyinstall|使用easy_install輕鬆安裝第三方模組]] 
 +  * [[http://​ez2learn.com/​index.php/​python-tutorials/​advance-tutorials/​176-py2exepythonexe|使用py2exe將Python程式打包成.exe執行檔的教學]] 
 +  * [[http://​ez2learn.com/​index.php/​python-tutorials/​eclipse-pydev-tutorials|Eclipse 的 Pydev IDE教學]] 
 +  * [[https://​pytools.codeplex.com/​wikipage?​title=PTVS%20Installation|Python Tools for Visual Studio Installation]] 
 +  * [[http://​www.hanselman.com/​blog/​OneOfMicrosoftsBestKeptSecretsPythonToolsForVisualStudioPTVS.aspx|Python Tools for Visual Studio (PTVS)]] 
 +===== Fabric ===== 
 +http://​docs.fabfile.org/​en/​1.2.0/​index.html
  
 +Fabric is a Python (2.5 or higher) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.
  
 +===== Twisted =====
 +http://​twistedmatrix.com/​trac/​
  
 +Twisted is an event-driven networking engine written in Python and licensed under the MIT license. ​
  
programming/python.1308562481.txt.gz · 上一次變更: 2011/06/20 17:34 由 wenpei