跳转至

161-170

Issue #161: PYCON 2015 Weekly dose of all things Python.

nameko
Python framework for building microservices.
github.com
Shared by @myusuf3

3.5K的star

Nameko for Microservices
Really nice introduction to Nameko. A new project that aims to allow users to build microservices and focus on logic application logic and deal less with spending a lot of time bending your web framework stack to your will. pocoo.org
Shared by @mgrouchy

写一个接口 ,提供多种服务?

Issue #162: Playoffs! Weekly dose of all things Python.

PyFormat: Using % and .format() for great good!
This site we try to show you the most common use-cases covered by the old and new style string formatting API with practical examples. For those of your looking for a refresher take a gander. pyformat.info Shared by @myusuf3

f-format了解一下

Issue #163: Reptile Weekly dose of all things Python.

Google Python Style Guide
reddit.com Shared by @mgrouchy

https://google-styleguide.googlecode.com/svn/trunk/pyguide.html 404了

Rodeo: A data science IDE for Python
An IDE by Å·hat expressly built for doing Data Science in Python. They are suggesting you think of it as a light weight alternative to the IPython Notebook. yhathq.com Shared by @mgrouchy

404了,看来ide还是不好做的

Issue #164: Avengers Weekly dose of all things Python.

What are your favorite little tricks?
Or not so little!
reddit.com
Shared by @myusuf3

行吧

Introduction to Whoosh!
Whoosh is a Python full text indexing and searching library in Python. This is a detailed introduction to get started with it. sowingseasons.com Shared by @mgrouchy

404

Issue #165: Terminal Weekly dose of all things Python.

Why "1000000000000000 in range(1000000000000001)" is so fast
reddit.com Shared by @mgrouchy

[range]对象还实现object .__ contains__钩子,并计算您的数字是否属于其范围

Issue #166: Max Weekly dose of all things Python.

keras
Theano-based Deep Learning library (convnets, recurrent neural networks, and more).
github.com
Shared by @mgrouchy

40K+star了

Finding Topics in Harry Potter using K-Means Clustering.
Like Harry Potter and Machine Learning? This article is for you! dogdogfish.com Shared by @mgrouchy

平方找K

Issue #167: Primetime Weekly dose of all things Python.

Writing Safe Twisted Code
Some considerations when writing some twisted code. ldlework.com Shared by @mgrouchy

打不开

Issue #168: Codex Weekly dose of all things Python.

Python bug: Can assign [] = (), but not () = []
reddit.com Shared by @mgrouchy

现在好像真的已经修复了

Rust for Python Programmers
Looking to pick up a side language like Rust! Check this post out! Introduction to the Rust Language for a Pythonista! pocoo.org Shared by @myusuf3

挺好的介绍

Issue #169: Cheese Weekly dose of all things Python.

question
Neat. A Flask web server for quickly asking someone a question. github.com Shared by @mgrouchy

太老了

Issue #168: Switch Weekly dose of all things Python.

Why Doesn't Python Have Switch/Case?
reddit.com
Shared by @mgrouchy

合理,还有,这期的标题写错了

评论