...hiThere are things you remember. But so many more things that you forget. You remember disagreements, you remember arguments over the silliest of things. You forget kindness. You forget smiles in the morning. You forget artifacts of acts of love until they’re staring you in the face in your apartment. Your apartment. Two words that at one time you imagined to be so empowering, but are now so debilitating. You think back to years ago, carrying boxes, sweat streaming down your back, a smile on your face. You think back to soft debates about the decorations, where you ended up with too many pictures on the wall. Now, those places where she has removed the pictures feel like an abyss. Black holes in your apartment for your heart to rummage in when it’s not with you. You see remnants throughout your apartment of your lives together. A decorated coffee cup. Beads from early on. A book, that was a birthday present. And its wrapping- a map with cassette tape as its ribbon- both things touching two of your loves. You pause. You move past them in the same way that you try to move on. But you come back. You grab a necklace of beads like a rosary and fall to your knees to pray. Your prayer comes out as whimpers, personal and silent. You’re not sure if G-d is listening, but you can’t help but think he does. Every now and then. Not for his sake, but for...
Words: 252 - Pages: 2
...Python 入门教程 Release: 3.2.2 docspy3zh.readthedocs.org 2013 年 10 月 28 日 目录 1 目录 第一章 开胃菜 第二章 使用 Python 解释器 2.1 调用 Python 解释器 . 2.1.1 2.1.2 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 参数传递 . . . 交互模式 . . . 错误处理 . . . 可 执 行 的 Python 脚本 . 源程序编码 . . 定制模块 . . . 10 11 12 12 13 13 16 21 22 24 26 26 26 27 5.2 5.3 第四章 深入流程控制 4.1 4.2 4.3 if 语句 . . . . . . . . . for 语句 . . . . . . . . range() 函式 . . . . . . 5.4 5.5 5.6 5.7 5.1.3 5.1.4 4.8 4 7 7 8 9 10 10 4.5 4.6 4.7 4.4 break 和 continue 语 句, 以及循环中的 else 子句 . . . . . . . . . . pass 语句 . . . . . . . 定义函式 . . . . . . . 深入函式定义 . . . . . 4.7.1 4.7.2 4.7.3 4.7.4 4.7.5 4.7.6 默认参数 . . . 关键字参数 . . 任意参数表 . . 释放参数列表 . Lambda 形式 . 文档字符串 . . 29 30 30 33 33 34 36 37 38 38 39 40 40 42 43 43 46 46 48 49 50 52 解释器及其环境 . . . . 交互式启动文件 11 插曲: 代码风格 . . . . 第三章 非正式介绍 Python 3.1 把 Python 当 计 算 器 使用 . . . . . . . . . . 3.1.1 3.1.2 3.1.3 3.1.4 3.2 数值 . . . . . . 字符串 . . . . . 关于 Unicode . 列表 . . . . . . 第五章 数据结构 5.1 深入列表 . . . . . . . 5.1.1 5.1.2 把列表当成堆 栈用 . . . . . . 把列表当队列 使用 . . . . . . 列表推导式 . . 嵌套列表推导式 45 编程第一步 . . . . . . del 语句 . . . . . . . . 元组和序列 . . . . . . 集合 (Set) . . . . . . . 字典 . . . . . . . . . . 遍历技巧 . . . . . . . 深入条件控制 . . . . . 目录 5.8 序列和其它类型的比较 53 54 55 第九章 类 9.1 56 57 57 59 59 61 64 65 65 66 66 70 71 74 9.6 9.7 9.8 9.9 9.4 9.5 第七章 输入和输出 7.1 美化输出格式 . . . . . 7.1.1 7.2 旧式字符串格 式化 . . . . . . 读和写文件 . . . . . . 7.2.1 7.2.2 pickle 模块 . 9.3 9.3.1 9.3.2 9.3.3 9.3.4 9.2 Python 的作用域和命 名空间 . . . . . . . . . 9.2.1 域和命名空间...
Words: 14645 - Pages: 59