Python

維基教科書,自由的教學讀本
跳轉到: 導覽搜尋

Python 是一種物件導向、直譯式計算機程式語言,也是一種功能強大而完善的通用型語言,已經具有十多年的發展歷史。它可以運行於Microsoft Windows, Apple Mac OS X, GNU/Linux, BSD和很多其他的作業系統上。

維基教科書開發階段
稀少的正文 00%.svg 開發中的正文 25%.svg 完善中的正文 50%.svg 完成的正文 75%.svg 全面的正文 100%.svg



目錄


介紹 [編輯]

概覽 開發階段:50%(截至{{{2}}})
下載和安裝 開發階段:50%(截至{{{2}}})
設置開發階段:00%(截至{{{2}}})
互交模式 開發階段:00%(截至{{{2}}})

學習在 Python 創建應用程序 [編輯]

創建 開發階段:00%(截至{{{2}}})
變數和字元串 開發階段:00%(截至{{{2}}})
基礎數學 開發階段:00%(截至{{{2}}})
陣列 開發階段:00%(截至{{{2}}})
決策控制 開發階段:00%(截至{{{2}}})
Conditional Statements 開發階段:00%(截至{{{2}}})
循環 開發階段:00%(截至{{{2}}})
源文件和注釋 開發階段:00%(截至{{{2}}})
用戶界面和互交 開發階段:00%(截至{{{2}}})
模塊和使用 See section below. 開發階段:00%(截至{{{2}}})
創建和處理文件 開發階段:00%(截至{{{2}}})
處理文本 開發階段:00%(截至{{{2}}})
錯誤 開發階段:00%(截至{{{2}}})
Namespaces 開發階段:00%(截至{{{2}}})
Object-oriented programming 開發階段:00%(截至{{{2}}})
Databases 開發階段:00%(截至{{{2}}})
Web interaction 開發階段:00%(截至{{{2}}})
Network interaction 開發階段:00%(截至{{{2}}})
Game Programming in Python 開發階段:00%(截至{{{2}}})
Tips and tricks 開發階段:00%(截至{{{2}}})

概念 [編輯]

Basic syntax 開發階段:75%(截至Aug 6, 2006)
Data types 開發階段:75%(截至Aug 6, 2006)
Numbers 開發階段:75%(截至Aug 6, 2006)
Strings 開發階段:75%(截至Aug 6, 2006)
Lists 開發階段:75%(截至Aug 6, 2006)
Tuples 開發階段:75%(截至Aug 6, 2006)
Dictionaries 開發階段:75%(截至Aug 6, 2006)
Sets 開發階段:75%(截至Aug 6, 2006)
Operators 開發階段:75%(截至Aug 6, 2006)
Flow control 開發階段:75%(截至Aug 6, 2006)
Functions 開發階段:75%(截至Aug 6, 2006)
Scoping 開發階段:75%(截至Aug 6, 2006)
Exceptions 開發階段:75%(截至Aug 6, 2006)
Input and output 開發階段:75%(截至Aug 6, 2006)
Modules 開發階段:75%(截至Aug 6, 2006)
Classes 開發階段:75%(截至Aug 6, 2006)
MetaClasses 開發階段:75%(截至Aug 6, 2006)

模塊化 [編輯]

Regular Expression 開發階段:25%(截至Aug 6, 2006)
Graphical User Interfaces in Python 開發階段:25%(截至Aug 6, 2006)
Game Programming in Python 開發階段:25%(截至Aug 6, 2006)
Socket programming 開發階段:00%(截至Aug 6, 2006)
Files (I/O) 開發階段:00%(截至Aug 6, 2006)
Databases 開發階段:00%(截至Aug 6, 2006)
Extracting info from web pages 開發階段:00%(截至Aug 6, 2006)
Threading 開發階段:25%(截至Aug 6, 2006)
Extending with C 開發階段:50%(截至Aug 6, 2006)
Extending with C++ 開發階段:25%(截至Aug 6, 2006)
Extending with Pyrex
Extending with ctypes
WSGI web programming 開發階段:00%(截至Aug 6, 2006)
XML Tools 開發階段:00%(截至Jan 25, 2007)

注釋 [編輯]

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.


List of authors


參考連結 [編輯]

Wikipedia-logo.png
維基百科中的相關條目: