python
stephen80
这个作者很懒,什么都没留下…
展开
-
python idiom
一个很好的资源: http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html http://jaynes.colorado.edu/PythonIdioms.html * "Python Objects", Fredrik Lundh, http://www.effbot.org/zone/p...原创 2009-09-28 14:03:43 · 182 阅读 · 0 评论 -
some good python page
http://www.python.org/doc/essays/list2str.html http://www.python.org/dev/peps/pep-3119/ http://www.ibm.com/developerworks/cn/linux/l-python3-1/ http://docs.python.org/library/abc.html http://w...原创 2009-10-13 11:55:12 · 65 阅读 · 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 · 77 阅读 · 0 评论 -
sth about python
summary sth about python. 1. prefer intrinic loop to explicit loop 2. run expensive instruction through c 3. not use global viariable 4. donot repeat you self 5. donot write long method (function...原创 2009-11-16 11:51:28 · 105 阅读 · 0 评论