python
LDAR2011
清华大学计算机系本科毕业
清华大学计算机系研究生在读
展开
-
python decorator(转)
Computing Thoughts Decorators I: Introduction to Python Decorators by Bruce Eckel October 18, 2008 Summary This amazing feature appeared in the language almost apologetically and with concern t转载 2014-07-02 23:15:15 · 731 阅读 · 0 评论 -
python 字符串处理函数
大小写处理 S.lower() 原字符串转为小写 S.upper() 原字符串转为大写 S.swapcase() 原字符串大小写互换 S.capitalize() 原字符串首字母大写 String.capwords(S) 将字符串按空格分开,再将每个单词首字母转载 2014-07-03 23:14:52 · 760 阅读 · 0 评论