寫給非程式設計師的 Python 3 教程
本書是《寫給非程式設計師的 Python 2.6 教程》的 Python 3 版本。
內容
- 作者
- 本書的貢獻者
- 前言
- 初步介紹
- 簡介
- 安裝並使用 Python;學會查找幫助
- Hello, World
- 經典的入門程序;屏幕輸出;變量;算術運算
- 字典
- 儲存鍵值對的變量
- 使用模塊
- 基本功能的擴展
- More on Lists
- Using elements or parts of lists
- Revenge of the Strings
- 更高級的文本處理
- 文件讀寫
- 讀取與寫入文件
- Dealing with the imperfect
- 怎樣處理錯誤
- 遞歸
- 遞歸函數
- Python 3 中的物件導向編程簡介
- 物件導向編程 OOP (Object Oriented Programming) 基礎知識
- Intro to Imported Libraries and other Functions
- 其他庫中的常用函數