這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
programming:python [2012/08/14 11:46] wenpei [Graphic] |
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 ====== | ||
行 43: | 行 41: | ||
====== 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/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教學]] | |
- | [[http://ez2learn.com/index.php/python-tutorials/advance-tutorials/176-py2exepythonexe|使用py2exe將Python程式打包成.exe執行檔的教學]] | + | * [[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)]] | |
- | [[http://ez2learn.com/index.php/python-tutorials/eclipse-pydev-tutorials|Eclipse 的 Pydev IDE教學]] | + | |
===== Fabric ===== | ===== Fabric ===== | ||
http://docs.fabfile.org/en/1.2.0/index.html | http://docs.fabfile.org/en/1.2.0/index.html |