Python官方網站:
補充教材:
- https://github.com/madscheme/introducing-python
- https://github.com/search?q=python
流行的雲端平台
- https://cloud.google.com/appengine/docs/flexible/python/
- Google’s Python Class | Python Education | Google Developers
AWS: https://aws.amazon.com/tw/sdk-for-python/
OpenStack:
- OpenStack – 維基百科,自由的百科全書 – https://www.wikiwand.com/zh-tw/OpenStack
- OpenStack Python SDK – http://docs.openstack.org/user-guide/sdk.html
尋找 Python 源碼
- PyPI – the Python Package Index:https://pypi.python.org/pypi
- Python packages trending on GitHub – https://github.com/trending?l=python
- ActiveState Code – Popular Python recipes
- stackoverflow Python questions
教學
- Python遊戲教學
- 程式語言教學誌: Python 教材
- Planet Python
網路
Redis
- Redis 官方網站
- Redis – 維基百科,自由的百科全書
- Redis 命令参考
- Redis 教程| 菜鳥教程
ZeroMQ
整合開發環境
IDLE
- 唯一一個標準發行版中包含的 Python IDE
- IDLE (Python) – Wikipedia, the free encyclopedia
PyCharm
IPython
- Jupyter and the future of IPython — IPython
- IPython – Wikipedia, the free encyclopedia
- IPython簡單使用技巧速記
Python 解譯器
PyPy
- 實現了許多 Java 中的加速技術,它的基準測試 (http://speed.pypy.org) 顯示 PyPy 幾乎完全超越了 CPython — 平均快 6 倍,最高快 20 倍。
- 官方網站:http://pypy.org
- PyPy – 維基百科,自由的百科全書
Anaconda
- 科學計算版 Python
- Anaconda | Continuum Analytics: Documentation
- Anaconda (Python distribution) – Wikipedia, the free encyclopedia
NumPy
- NumPy引入了多維陣列以及可以直接有效率地操作多維陣列的函式與運算子。因此在NumPy上只要能被表示為針對陣列或矩陣運算的演算法,其執行效率幾乎都可以與編譯過的等效C語言程式碼一樣快。
- NumPy提供了與MATLAB相似的功能與操作方式。
- 官方網站:http://www.numpy.org
- NumPy – 維基百科,自由的百科全書
遊戲
Pygame
- 官方網站:http://www.pygame.org/download.shtml
- Pygame Documents
- 鍾健雄老師教學網站
- 程式語言教學誌: Python 教材 – 遊戲的圖形顯示