
python
stephen80
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python idiom
一个很好的资源:http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.htmlhttp://jaynes.colorado.edu/PythonIdioms.html * "Python Objects", Fredrik Lundh, http://www.effbot.org/zone/p...原创 2009-09-28 14:03:43 · 210 阅读 · 0 评论 -
some good python page
http://www.python.org/doc/essays/list2str.htmlhttp://www.python.org/dev/peps/pep-3119/http://www.ibm.com/developerworks/cn/linux/l-python3-1/http://docs.python.org/library/abc.htmlhttp://w...原创 2009-10-13 11:55:12 · 75 阅读 · 0 评论 -
python logging note
Attribute Error: 'function' object has no attribute 'rfind'bounded, unbounded 和没有使用 () 有关class SomeTest( unittest.TestCase ): def testSomething( self ): log= logging.getLogger( "...原创 2009-11-04 14:07:10 · 86 阅读 · 0 评论 -
sth about python
summary sth about python.1. prefer intrinic loop to explicit loop2. run expensive instruction through c3. not use global viariable4. donot repeat you self5. donot write long method (function...原创 2009-11-16 11:51:28 · 120 阅读 · 0 评论