- 博客(4)
- 收藏
- 关注
转载 Looping Techniques
Looping Techniques When looping through dictionaries, the key and corresponding value can be retrieved at the same time using the iteritems() method. >>> knights = {gallahad: the pur
2007-07-30 21:35:00
1100
转载 [偷懒:)]Functional Programming Tools
Functional Programming Tools There are three built-in functions that are very useful when used with lists: filter(), map(), and reduce(). "filter(function, sequence)" returns a sequence consis
2007-07-30 21:14:00
1107
转载 [偷懒:)]Python Source Code Encoding
Source Code Encoding It is possible to use encodings different than ASCII in Python source files. The best way to do it is to put one more special comment line right after the #! line to define the
2007-07-30 00:48:00
2069
原创 重新开启我的Blog
很久没有写Python程序了,连语法都遗忘的一干二净了,因为工作是做J2me的手机应用程序,所以我将把Python拾起来当作消遣,对于Python不能说喜欢,但是觉得有趣 。慢慢的将自己学的东西记录于此。
2007-07-30 00:39:00
838
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人