python utilities
- 001.usingwith.py : with的使用及其原理。
- 002.iterator.py : 迭代器使用。
- 003.generator.py : 生成器使用。
- 004.operator.py : 元素安抚重载。
- 005.decorator.py : 装饰器使用。
- 006.singleton.py : python实现线程安全的单例模式。
- 007.getfilemd5.py : python获取文件md5(包括大文件)。
- 008.fileparse.py : python解析文件(带编码格式转换)。
- 009.filemodify.py : python操作大文件。
- 010.filereplace.py : 文件替换。