61-70¶
Issue #61: Tulip* Friday, April 12th, 2013¶
Python's magical self (concentricsky.com)
Python'sself
, some hate it, some misunderstand it and some just done care. In this post the author explains Python’sself
argument and how it works with illustrative examples.
404了
Issue #62: WORK Friday, April 19th, 2013¶
Python's Magical Self p.2: Rebuild Everything (concentricsky.com)
Last week we had part one of this series. Read on for part 2 about Python’sself
argument.
跟上面那个一起404了
Issue #62: Two Scoops of Django Friday, April 26th, 2013¶
Python Number Conversion Chart (github.com)
This is a great reminder and reference if you are doing things like hex strings into binary data or converting hex strings to integers, etc. Check it out.
另外,这一期的题目写错了,应该是issue 63
Issue #64: Over 9000! Friday, May 3rd, 2013¶
Why Tuples? (blogspot.ca)
Talks about the uses of tuples, and why they should be used and when.
链接已经换成别的博文了
Creating Map Visualizations in <10 lines of Python (github.io)
This is pretty incredible blog post with the creator of vincent, which allows him to quickly create map visualizations.
404
Recognizing Numbers (johndcook.com)
Pretty cool library in SymPy, called nsimplify, which simplifies/recognizes mathematical expressions, very cool.
看题目还以为是识别手写数字
Issue #65: Enums Friday, May 10th, 2013¶
I've found my niche and I'd like to build a Python career on it. (reddit.com)
开启了新事业11
Issue #66: Release Therapy Friday, May 17th, 2013¶
Macros in Python (github.com)
Interesting article on the creation of macros in python, and how class creation for the most part could be simplified greatly. Excellent examples to be found after the jump.
语法宏的Python实现
Issue #67: Redux Friday, May 24th, 2013¶
Segmenting Images In Parallel With Python & Jug (wordpress.com)
用jug开启并行任务,感觉没啥用
Issue #68: Submit Friday, May 31st, 2013¶
A look at some of Python's useful itertools. (github.io)
This article covers must know itertools, quite awesome article for those wanting to jump in or a quick refresher.
itertools
Issue #69: Air Friday, June 7th, 2013¶
为啥air让我想起了杜蕾斯
Python one liners (curiousvenn.com)
A list of well known Python one liners, give it a look. I always find something new.
Python中常用的一行命令 python -m SimpleHTTPServer
Issue #70: Glass Friday, June 14th, 2013¶
Content-based image classification in Python (yhathq.com)
Extremely interesting classification problem with nicely fleshed out walkthrough!
之前看过了,没啥用