摘要: django request对象 阅读全文
posted @ 2014-12-10 09:41 Mx.Hu 阅读(538) 评论(0) 推荐(0) 编辑
摘要: Python的一些常用的内建库,os模块,getopt模块,glob模块,sys模块,re模块,math模块,random模块,urllib2模块,smptlib模块, datetime模块, zlib模块等,timeit模块,doctest模块,unittest模块等等等等... 阅读全文
posted @ 2014-12-09 21:14 Mx.Hu 阅读(284) 评论(0) 推荐(0) 编辑
摘要: Python的类 阅读全文
posted @ 2014-12-09 20:05 Mx.Hu 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 语法错误,异常,异常的处理,异常的产生,自定义异常类 阅读全文
posted @ 2014-12-07 23:57 Mx.Hu 阅读(332) 评论(0) 推荐(0) 编辑
摘要: Python中的输入和输出,文件对象的操作,数据的序列化(json) 阅读全文
posted @ 2014-12-06 00:36 Mx.Hu 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 简单介绍一下Python的module是使用,标准的一些库,dir函数,库的导入等等等等等 阅读全文
posted @ 2014-12-04 23:18 Mx.Hu 阅读(539) 评论(0) 推荐(0) 编辑
摘要: 详细的介绍一些Python中的数据模型 阅读全文
posted @ 2014-12-03 23:57 Mx.Hu 阅读(385) 评论(0) 推荐(0) 编辑
摘要: Python中的if和else,for循环,range序列,break和continue, 函数的定义以及Python的代码风格 阅读全文
posted @ 2014-12-02 22:07 Mx.Hu 阅读(367) 评论(0) 推荐(0) 编辑
摘要: An Informal Introduction to Python: Python中的数,字符串,序列 阅读全文
posted @ 2014-12-02 21:30 Mx.Hu 阅读(319) 评论(0) 推荐(0) 编辑
摘要: The Python interpreter is usually installed as /usr/local/bin/python on those machines where it is available; putting /usr/local/bin in your Unix shell’s search path makes it possible to start it by typing the command 阅读全文
posted @ 2014-12-01 13:28 Mx.Hu 阅读(385) 评论(0) 推荐(0) 编辑