Python
維基教科書,自由的教學讀本
Python 是一種物件導向、直譯式計算機程式語言,也是一種功能強大而完善的通用型語言,已經具有十多年的發展歷史。它可以運行於Microsoft Windows, Apple Mac OS X, GNU/Linux, BSD和很多其他的作業系統上。
| 維基教科書開發階段 | ||||
|---|---|---|---|---|
| 稀少的正文 |
開發中的正文 |
完善中的正文 |
完成的正文 |
全面的正文 |
目錄 |
介紹 [編輯]
學習在 Python 創建應用程序 [編輯]
概念 [編輯]
模塊化 [編輯]
- Regular Expression
- Graphical User Interfaces in Python
- Game Programming in Python
- Socket programming
- Files (I/O)
- Databases
- Extracting info from web pages
- Threading
- Extending with C
- Extending with C++
- Extending with Pyrex
- Extending with ctypes
- WSGI web programming
- XML Tools
注釋 [編輯]
The latest documentation for the standard python libraries and modules can always be found at The Python.org documents section. This documentation includes the official Tutorial.
The following articles are Python adaptations from articles of the Computer programming book. The texts in these articles are language neutral but the examples are all Python.
參考連結 [編輯]
- 簡明Python教程
- Python books available for free download
- Non-programmers python tutorial donated to this project: Non-Programmer's Tutorial for Python
- Dive into Python
- The Python.org documents section
- How to think Like a Computer Scientist: Learning with Python
- How to think Like a (Python) Programmer
- A Byte of Python
- ActiveState Python Cookbook
- Text Processing in Python
- Dev Shed's Python Tutorials
- The Blog of a Python Adventurer - A nonprogrammer attempts to learn python. Follow his adventures.
- MakeBot - Simple Python IDE designed for teaching game programming to kids.
- Snake Wrangling for Kids - Learning to Program with Python
- SPE - Stani's Python Editor
- python tutorials
- Python IDEs - When coding, half of the work may be done by your IDE ... so choosing a good one might be helpful
- Python Tutorials - Python Tutorials
- Python Videos at ShowMeDo, covering four IDEs, programming tools, introductions to coding and popular Python projects
- Python Examples - Some exciting python examples
- "Python for Non-Programmers": a list on the Python wiki of various tutorials.
- Wikiversity:Topic:Python (英文)