跳转至

251-260

Issue #251: Deep Your weekly dose of all things Python.

donkey
self driving car. github.com Shared by @mgrouchy

图都没了我也不知道是在干啥呢

Testing Python Applications with Pytest
Pytest stands out among Python testing tools due to its ease of use. This tutorial will get you started with using pytest to test your next Python project. semaphoreci.com Shared by @myusuf3

讲得不够细啊

Issue #252: Nest Your weekly dose of all things Python.

W.I.L.L
A python written personal assistant. github.com Shared by @myusuf3

看完了还是不知道这是个啥玩意

Issue #253: Turnbuckle Your weekly dose of all things Python.

CPython is moving to github on Friday.
Hoorah? python.org Shared by @mgrouchy

1

Flametree
Python file operations made easy. github.com Shared by @mgrouchy

start数说明了不值得学一下

Issue #254: Control Your weekly dose of all things Python.

Python Dependency Analysis
Interesting breakdown of Python dependencies. github.io Shared by @mgrouchy

img_35.png

Issue #255: Deadline Your weekly dose of all things Python.

Is Type Tracing for Python useful? Some experiments.
yes. blogspot.ca Shared by @mgrouchy

很好的实践 https://github.com/nedbat/coveragepy

The magic behind attribute access in Python
Nice tutorial on how attribute access works in Python. jupyter.org Shared by @myusuf3

挺好的 mark一下

Python Type Annotations
Awesome tutorial and background on annotations Python. caktusgroup.com Shared by @myusuf3

行吧

Issue #256: Madness Your weekly dose of all things Python.

devpy
A set of helpers to ease Python development. github.com Shared by @mgrouchy

啥啊这是

Issue #257 K2SO March 9, 2017

Cite

Diagnosing and Fixing Memory Leaks in Python | Fugue
Very in depth look at fixing memory leaks in your python code. Worth the read. fugue.co Shared by @myusuf3

简单介绍了tracemalloc这个库,是内置库,之前还真没听说过

Issue #258 low-hanging fruit March 16, 2017

Cite

The Case of the Mysterious Python Crash
benbernardblog.com Shared by @mbenbernard

一篇还挺有意思的博文。作者的爬虫程序死掉了,查日志发现是由于oom被杀了,测试了一下发现要请求的网站会不停的返回值,然后占用内存越来越多。 作者一开始想搞个超时时间,但是这种情况其实并没有超时,超时是指长时间无法连接成功或者没有响应,但是现在的问题是一直在响应,但是网站其实 是异常的。最后作者的解决方案是请求了之后分块读取响应数据,然后计算累计读取的数据大小,如果数据量太大了就抛异常终止

Issue #259 Deploy March 23, 2017

Cite

A guide to handle & visualize data elegantly
A Beginners guide to pandas and seaborn. tryolabs.com Shared by @tryolabs

简易教程,需要用的时候直接去看官方文档了

Issue #260 CI March 30, 2017

666

img.png

Cite

Medical Image Analysis with Deep Learning
medium.com Shared by @mgrouchy

咋还付费阅读呢

评论