2019独角兽企业重金招聘Python工程师标准>>>
Python

Eat me!
- CoderZh
Python 天天美味(1) - 交换变量
Python 天天美味(2) - 字符遍历的艺术
Python 天天美味(3) - 字符转换
Python 天天美味(4) - isinstance判断对象类型
Python 天天美味(5) - ljust rjust center
Python 天天美味(6) - strip lstrip rstrip
Python 天天美味(7) - 连接字符串(join %)
Python 天天美味(8) - 字符串中的字符倒转
Python 天天美味(9) - translator
Python 天天美味(10) - 除法小技巧
Python 天天美味(11) - 可爱的大小写
Python 天天美味(12) - 条件判断的缩写
Python 天天美味(13) - struct.unpack
Python 天天美味(14) - splitlines
Python 天天美味(15) - Python正则表达式操作指南(re使用)(转)
Python 天天美味(16) - 过滤字符串的技巧,map与itertools.imap
Python 天天美味(17) - open读写文件
Python 天天美味(18) - linecache.getline()读取文件中特定一行
Python 天天美味(19) - 时间处理datetime
Python 天天美味(20) - 命令行参数sys.argv
Python 天天美味(21) - httplib,smtplib
Python 天天美味(22) - 拷贝对象(深拷贝deepcopy与浅拷贝copy)
Python 天天美味(23) - enumerate遍历数组
Python 天天美味(24) - 初始化多维数组
Python 天天美味(25) - 深入理解yield
Python 天天美味(26) - __getattr__与__setattr__
Python 天天美味(27) - 网络编程起步(Socket发送消息)
Python 天天美味(28) - urlopen
Python 天天美味(29) - 调用VC++的动态链接库(DLL)
Python 天天美味(30) - python数据结构与算法之快速排序
Python 天天美味(31) - python数据结构与算法之插入排序
Python 天天美味(32) - python数据结构与算法之堆排序
Python 天天美味(33) - 五分钟理解元类(Metaclasses)[转]
Python 天天美味(34) - Decorators详解
Python 天天美味(35) - 细品lambda
Python 天天美味(36) - 用Python实现Spy++
Python 天天美味(37) - 让python的unittest像gtest一样输出