跳转到内容

非程序员的 Python 2.6 教程

100% developed
来自维基教科书,开放的书籍,开放的世界
对于 Python 3,请参阅非程序员的 Python 3 教程
作者
本书的贡献者
前言 100% developed  as of Sep 20, 2007
初始说明
简介 100% developed  as of Sep 20, 2007
安装和使用 Python - 在哪里获得帮助
Hello, World 100% developed  as of Sep 20, 2007
著名的第一个程序 - 屏幕输出 - 数字和计算
谁在那里? 100% developed  as of Sep 20, 2007
交互式输入 - 字符串
数到 10 100% developed  as of Sep 20, 2007
while循环
决策 100% developed  as of Sep 20, 2007
if语句
调试 100% developed  as of Sep 20, 2007
找出问题所在
定义函数 100% developed  as of Sep 20, 2007
使用函数构建程序
高级函数示例 75% developed  as of May 05, 2010
(几乎)令人难以置信的程序员思维方式示例
列表 100% developed  as of Sep 20, 2007
包含多个值的变量
for 循环 100% developed  as of Sep 20, 2007
第二种循环
布尔表达式 100% developed  as of Sep 20, 2007
计算机逻辑 -truefalse--
字典 100% developed  as of Sep 20, 2007
包含键/值对的变量
使用模块 75% developed  as of Sep 20, 2007
对标准功能集的扩展
关于列表的更多内容 75% developed  as of Sep 20, 2007
使用列表的元素或部分
字符串的复仇 100% developed  as of Sep 20, 2007
高级文本操作
文件 I/O 100% developed  as of Sep 20, 2007
从文件读取和写入文件
处理不完美 75% developed  as of Sep 20, 2007
如何处理错误
结束 25% developed  as of Sep 20, 2007
如何更进一步
常见问题 50% developed  as of Sep 20, 2007
一些常见问题
华夏公益教科书