====== Python ====== ===== Test Code ===== * [[http://pythonfiddle.com/|Python Fiddle]] - Python Cloud IDE ====== Books、Tutorial ====== * [[http://docs.python.org/index.html|Python v2.6.5 documentation]] * [[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://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://andrewliu.in/2015/11/14/Python%E5%A5%87%E6%8A%80%E6%B7%AB%E5%B7%A7/|Python奇技淫巧]] ====== Regular Expression ====== pythex: http://pythex.org/ ====== Graphic ====== [[http://code.google.com/p/python-graph/|python-graph]] [[http://networkx.lanl.gov/|NetworkX ]] ====== SWIG ====== http://www.swig.org/ http://realmike.org/blog/2010/07/18/python-extensions-in-cpp-using-swig/ 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++ ====== http://yunjuihuang.pixnet.net/blog/post/13697307 http://yunjuihuang.pixnet.net/blog/post/14154475 http://yunjuihuang.pixnet.net/blog/post/17810375 ====== TurboGears ====== http://ez2learn.com/index.php/python-tutorials/turbogears-tutorials ====== Other ====== * [[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.