這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
programming:python [2013/08/30 13:51] wenpei [Other] |
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://vilvaram.com/python.html|Complete collection of Python tutorials and refernce links]] | + | * [[http://andrewliu.in/2015/11/14/Python%E5%A5%87%E6%8A%80%E6%B7%AB%E5%B7%A7/|Python奇技淫巧]] |
- | + | ||
- | [[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]] | + | |
- | + | ||
- | Python tools for penetration testers: http://blog.csdn.net/cnbird2008/archive/2011/01/10/6127444.aspx | + | |
====== Regular Expression ====== | ====== Regular Expression ====== | ||
行 50: | 行 46: | ||
* [[http://ez2learn.com/index.php/python-tutorials/eclipse-pydev-tutorials|Eclipse 的 Pydev IDE教學]] | * [[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]] | * [[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 ===== | ===== Fabric ===== | ||
http://docs.fabfile.org/en/1.2.0/index.html | http://docs.fabfile.org/en/1.2.0/index.html |