keep it simple

  1. re
  2. logging
  3. 让人耳目一新的Python库
  4. repo

logging

开发一个日志系统, 既要把日志输出到控制台, 还要写入日志文件

re

  • match()
  • search()
  • split()
  • findall() / finditer()
  • sub() / subn()

让人耳目一新的Python库

github第三方py

itertools

itertools包含了很多特殊的迭代方法

repo