跳转至

71-80

Issue #71: Docker Friday, June 21st, 2013

Numba: 1400x Speedup of Python code in a single line (reddit.com)

Numba的使用

Issue #72: Bugs Friday, June 28th, 2013

Dead Code Detection Tool (reddit.com)

检查死代码,可以用代码覆盖性工具,但是可能不是特别准确 https://pypi.org/project/vulture/

How I Structure My Flask Applications (mattupstate.com)

看着挺好的,404了

Issue #73: Julython 2013 Friday, July 5th, 2013

Pythons Hardest Problem, Revisited (reddit.com)

GIL的讨论贴

Python: hash, id and Dictionary Order (rachum.com)
If you didn’t already realize that dictionaries are unordered you might be interested in reading this. Both experimentation and explanation here.

有点长不想看了

Issue #74: Numba Friday, July 12th, 2013

Don't Do This (reddit.com)

PyCon2013的一个演讲 https://www.youtube.com/watch?v=H2yfXnUb1S4

Issue #75: PEP 8* Friday, July 19th, 2013

TIL: Python understands: >>> 1+3j + (10 + 20j) (reddit.com)

复数

Issue #76: Caremad Friday, July 26th, 2013

What does your setup.py look like? (reddit.com)

讨论

Issue #77: Zelda Friday, August 2nd, 2013

Automatically Inline Python Function Calls (tomforb.es)

没仔细看,没啥用

Issue #78: PyCon Canada 2013 Friday, August 9th, 2013

Exploring Python's new Enum type (cbarker.net)
In cased you missed it, Python 3.4 alpha1 has just been released and in that alpha was the addition of the Enum type. If you want to learn more about that, check out this exploration of the new Enum Type.

这个404有点好看

img_13.png

Issue #79: Its Friday. Friday, August 16th, 2013

What Every Coder Community Can Learn From Python (fastcolabs.com)
PyCon Canada was last week and in this article organizer Diana Clarke answers a series of questions about the Python community, diversity and PyCon Canada. Great article.

太长不看

Issue #80: Peace. Friday, August 23rd, 2013

Processing Video with Python (stickyworld.com)
Very informative post containing tons of code samples, on how to deal with videos processing in your Django applications.

img_14.png

评论