2.15
- 2.15「維護公民社會價值,反對宗教右翼霸權」大遊行(twitter log 整理篇)
- 2009網絡大事件(下):搭便車的網民 Quote: 這場遊行,真的是網絡大事件,正如林輝所說,有別於一般的遊行,這次遊行的組合是嶄新的,
The somewhat new collections module has a number of usefulthings that obsolete several of the things I've done by hand in thepast. For my own reference if nothing else, here's more or less whatits solutions obsolete and when each solution was introduced.
defaultdict obsoletes my use of dict.setdefault() . It was introduced in Python 2.5. namedtuple obsoletes some but not all of my various forms of structures in Python. It wasintroduced in Python 2.6.The reason namedtuple doesn
2.15