loyalxuan 发表于 2017-4-20 12:53:55

Python 手册

Python中文社区http://doc.chinahtml.com/Manual/Python/icons/blank.gifhttp://doc.chinahtml.com/Manual/Python/icons/up.gifhttp://doc.chinahtml.com/Manual/Python/icons/next.gifPython 手册http://doc.chinahtml.com/Manual/Python/icons/contents.gifhttp://doc.chinahtml.com/Manual/Python/icons/blank.gif向上:Python 文档索引 向后:前言

<!--End of Navigation Panel-->  <link title="Python Documentation Index" href="../index.html" rel="up">
Python手册
  Guido van Rossum
Fred L. Drake, Jr., editor
  PythonLabs
Email: python-docs@python.org
  Release 2.3
July 29, 2003

<!--Table of Child-Links-->

[*]前言
[*]目录
[*]1. 开胃菜
[*]2. 使用Python解释器

[*]2.1 调用解释器

[*]2.1.1 传递参数
[*]2.1.2 交互模式

[*]2.2 解释器及其工作模式

[*]2.2.1 错误处理
[*]2.2.2 执行 Python 脚本
[*]2.2.3 源程序编码
[*]2.2.4 交互环境的启动文件


[*]3.初步认识 Python

[*]3.1 像使用计算器一样使用Python

[*]3.1.1 数值
[*]3.1.2 字符串
[*]3.1.3 Unicode 字符串
[*]3.1.4 链表

[*]3.2 开始编程

[*]4. 流程控制

[*]4.1 if 语法
[*]4.2 for 语法
[*]4.3 range() 函数
[*]4.4 break 和 continue 语法以及 else 子句 在循环中的用法
[*]4.5 pass 语法
[*]4.6 定义函数
[*]4.7 定义函数的进一步知识

[*]4.7.1 定义参数变量
[*]4.7.2 参数关键字
[*]4.7.3 可变参数表
[*]4.7.4 Lambda 结构
[*]4.7.5 文档字符串


[*]5. 数据结构

[*]5.1 深入链表

[*]5.1.1 将链表作为堆栈来使用
[*]5.1.2 将链表作为队列来使用
[*]5.1.3 函数化的编程工具
[*]5.1.4 链表的内含(Comprehensions)

[*]5.2 del 语法
[*]5.3 Tuples 和 Sequences
[*]5.4 字典(Dictionaries)
[*]5.5 循环技巧
[*]5.6 深入条件控制
[*]5.7 Sequences 和其它类型的比较

[*]6. 模块

[*]6.1 深入模块

[*]6.1.1 模块搜索路径
[*]6.1.2 “编译” Python 文件

[*]6.2 标准模块
[*]6.3 dir() 函数
[*]6.4 包

[*]6.4.1 从包中导入所有内容(import * )
[*]6.4.2 隐式包引用
[*]6.4.3 包中的多重路径


[*]7. 输入和输出

[*]7.1 格式化输出
[*]7.2 读写文件

[*]7.2.1 文件对象的方法
[*]7.2.2 pickle 模块


[*]8. 错误和异常

[*]8.1 语法 Errors
[*]8.2 异常
[*]8.3 捕获异常
[*]8.4 释放异常
[*]8.5 用户自定义异常
[*]8.6 定义 Clean-up Actions

[*]9. 类

[*]9.1 一个术语
[*]9.2 Python 的生存期和命名空间
[*]9.3 类(Classes)的初步印像

[*]9.3.1 类定义语法
[*]9.3.2 类对象
[*]9.3.3 实例对象
[*]9.3.4 方法对象

[*]9.4 自由标记(Random Remarks)
[*]9.5 继承

[*]9.5.1 多继承

[*]9.6 私有变量
[*]9.7 零杂技巧
[*]9.8 异常也是类
[*]9.9 迭代子(Iterators)
[*]9.10 发生器(Generators)

[*]10. 接下来?
[*]A. 交互式编辑和历史回溯

[*]A.1 行编辑
[*]A.2 历史回溯
[*]A.3 快捷键绑定
[*]A.4 注释

[*]B. 浮点计算:问题与极限

[*]B.1 表达错误

[*]C. 历史和授权

[*]C.1 本软件的历史
[*]C.2 修改和使用Python的条件(Terms and conditions for accessing or otherwise using Python)

[*]关于本文档
<!--End of Table of Child-Links-->http://doc.chinahtml.com/Manual/Python/icons/blank.gifhttp://doc.chinahtml.com/Manual/Python/icons/up.gifhttp://doc.chinahtml.com/Manual/Python/icons/next.gifPython 手册http://doc.chinahtml.com/Manual/Python/icons/contents.gifhttp://doc.chinahtml.com/Manual/Python/icons/blank.gif向上:Python 文档索引 向后:前言
Release 2.3, documentation updated on July 29, 2003.
<!--End of Navigation Panel-->See About this document... for information on suggesting changes. Python中文社区
页: [1]
查看完整版本: Python 手册