python
文章平均质量分 76
MarvinHe
这个作者很懒,什么都没留下…
展开
-
Python Another Digest
Python Another Digest 再读python Dict 杂项csdn 居然支持 markdown了, 强烈点个赞!Python Another Digestpython用作工作语言也快一年了,当年接触的时候也就跟着老师快速过了一周的PPT, 从来没有系统地买过一本Python书细细阅读过 正好室友有本python基础教程,趁着这个机会炒一次回锅肉! 再读python一些曾经不曾注意的原创 2015-02-07 12:36:59 · 484 阅读 · 0 评论 -
Python Another Digest(2)
Python Another Digest2 Class相关 迭代器-生成器 迭代器 具有next方法的对象 生成器 标准库模块 正则表达式 re 新版本 file 文件读写 Python Another Digest(2)Class相关* __future__ 这种前后double underscore的成为魔法方法; * 常用: __iter__ 用于 for 循环; * __metaclass原创 2015-02-25 13:49:03 · 507 阅读 · 0 评论 -
Python Another Digest(3)
Python Another Digest3 序列化工具 SQL支持 网络编程 异步IO 代码分析 代码测试 代码分析 Python扩展 杂项Python Another Digest(3)序列化工具 shelve; pickle(依赖shelve) json msgpack(轻量型,替代json) SQL支持PEP248 DBAPI 统一接口三个全局变量: [apilevel, threadsaf原创 2015-02-26 16:41:46 · 474 阅读 · 0 评论