91-100¶
Issue #91: 0x5B Friday, November 8th, 2013¶
Serving Raspberry Pi with Flask (mattrichardson.com)
Great primer on connecting your Raspberry Pi to the world and do things like shut off your coffee maker with an HTTP request.
web控制树莓派
Issue #92: Wheel Friday, November 15th, 2013¶
The Story of None, True and False (blogspot.ca)
Guido Van Rossum answers the question why is it that None, True and False are keywords and not literals in Python? He also gives teaches the reader about literals, keywords and builtins in Python.
太长不看
Issue #93: Robot Game Friday, November 22nd, 2013¶
When to use assert (python.org)
Have you been wondering when its the appropriate time to use Python’s assert? If so, check out this really great post on comp.lang.python about Python’s assert.
Issue #94: Black Friday Friday, November 29th, 2013¶
Python Yields are Fun! (pydanny.com)
In this post the author gives you a nice explanation with examples of how to solve common problems using Python’syield
statement.
用起来很爽
Issue #95: Fork Friday, December 6th, 2013¶
Developers Who Work on Large Python Projects. Do you use an IDE? (reddit.com)
打不开
Realtime Websites With Flask, Gevent and Server-Sent Events (s-n.me)
Web that support realtime data are more and more becoming the future. Get started making your Flask app realtime with Gevent and server-sent events.
404
Issue #96: Cake Friday, December 13th, 2013¶
Improve Your Python: Understanding Unit Testing (jeffknupp.com) This is a fantastic and detailed guide to unit testing in Python. If you are looking to level up your testing knowledge this is a great place to start.
单元测试
Issue #97: 2013 Friday, December 20th, 2013¶
Useful Python Functions and features (pypix.com)
A useful guide Python functions and features to step up your Python game.
打不开
Issue #98: 2 vs. 3 Friday, January 10th, 2014¶
An Introduction to Mocking in Python (toptal.com)
Mocking is a useful strategy when writing tests. In this post the author gives you an introduction to mocking a simple guide to using the Mock library.
mock的使用
Issue #99: Gretzky Friday, January 17th, 2014¶
Getting Beyond Syntax (reddit.com)
没啥用
Issue #100: Hundy Weekly dose of all things Python.¶
Building Your First Image Search Engine
So awesome this articles describes how to build your first image search engine classify various lands of Middle Earth.
pyimagesearch.com/
Shared by @mgrouchy
建立一个图片搜索引擎