171-180¶
Issue #171: Halt and Catch Fire Weekly dose of all things Python.¶
Why you should almost never use “is†in Python
reddit.com Shared by @mgrouchy
附议
Issue #172: Fever Weekly dose of all things Python.¶
What are some things every Python developer should know for developing on Windows?
reddit.com Shared by @mgrouchy
打包工具出镜率很高
remap
A Pure Python implementation of MapReduce github.com Shared by @radialmind
pure python这么多html可还行
Issue #173: Alive Weekly dose of all things Python.¶
Introduction to Property Based Testing With Hypothesis
Nice introduction on how to use Hypothesis to test your properties in your code base! Helps you find bug you wouldn't have otherwise, maybe. medium.com Shared by @myusuf3
好饿啊 不想看
Issue #174: Podcasts Weekly dose of all things Python.¶
Background tasks in Python 3.5
In this post the author addresses how you would do background tasks in Python 3.5 with asyncio. curiousefficiency.org Shared by @mgrouchy
3.5的Python异步还不是那么优雅,虽然优雅的我也不会妈的
How We Deploy Python Code Without Git This is great! Package your Python code in Debian Packages for deployment rather than deploying using Git. Check this out! nylas.com Shared by @mgrouchy
秀儿
Issue #175: Ant Weekly dose of all things Python.¶
7 Python Tools All Data Scientists Should Know How to Use
BuzzFeed for Data Science Tools! Good read! galvanize.com Shared by @myusuf3
404了
Moving PEP8 to the PyCQA
coglib.com
Shared by @sigmavirus24
项目迁移
Issue #176: Gelato Weekly dose of all things Python.¶
What is the most complex thing you've ever created?
reddit.com Shared by @mgrouchy
看到了神经网络的名字
Flask web application with charts using chart.js
Ever wonder how to get some pretty charts into your Flask Application? Look no further than this post, this has a great tutorial for getting started with chart.js in your Flask app. pythonspot.com
Shared by @mgrouchy
现在看着这种前后端不分离的就脑壳痛
Issue #177: UTF Weekly dose of all things Python.¶
Shortest code to test whether a number is palindrome
reddit.com Shared by @myusuf3
Issue #178: Releases Weekly dose of all things Python.¶
Why Was Python Written with the GIL?
reddit.com Shared by @mgrouchy
行吧
Issue #179: Jays Weekly dose of all things Python.¶
Try to not use the C API directly
The author suggests some strategies for avoiding the Python C API (or using it directly) to help make getting rid of the GIL easier. snarky.ca Shared by @myusuf3
C语言给Python暴露接口 https://cffi.readthedocs.io/en/latest/
Issue #180: Future Weekly dose of all things Python.¶
python-o365
A simple python library for interaction with Office 365. github.com Shared by @mgrouchy
Office 365的一些API