摘要:
django request对象 阅读全文
摘要:
Python的一些常用的内建库,os模块,getopt模块,glob模块,sys模块,re模块,math模块,random模块,urllib2模块,smptlib模块, datetime模块, zlib模块等,timeit模块,doctest模块,unittest模块等等等等... 阅读全文
摘要:
Python的类 阅读全文
摘要:
语法错误,异常,异常的处理,异常的产生,自定义异常类 阅读全文
摘要:
Python中的输入和输出,文件对象的操作,数据的序列化(json) 阅读全文
摘要:
简单介绍一下Python的module是使用,标准的一些库,dir函数,库的导入等等等等等 阅读全文
摘要:
详细的介绍一些Python中的数据模型 阅读全文
摘要:
Python中的if和else,for循环,range序列,break和continue, 函数的定义以及Python的代码风格 阅读全文
摘要:
An Informal Introduction to Python: Python中的数,字符串,序列 阅读全文
摘要:
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 阅读全文