蠎加载 98
原文: Import Python Weekly Newsletter - Issue No 98 欢迎, 来 PyChina/weekly 共同翻译/增订/推荐 周刊 蠎消息 ;-) 该读 ~ 文章, Blog, 教程… Airflow 实用介绍 video, workflow engine Airflow is a popular pipeline orchestration tool for Python that allows users to configure complex (or simple!) multi-system workflows that are executed in parallel across any number of workers. A single pipeline might contain bash, Python, and SQL operations. With dependencies specified between tasks, Airflow knows which ones it can run in parallel and which ones must run after others. Airflow is written in Python and users can add their own operators with custom functionality, doing anything Python can do. (是也乎: 今年 PyCon 上出现的仙器,多后端/Pythonic 工作流/管道管理平台 ) Python 中时间测试的乐趣和收益 debug I was preparing to push some changes a couple of days ago and as I usually do, I ran the tests. I sat back in my chair as the dots raced across the screen when suddenly I noticed that one of the dots linger. ”OS is probably running some updates in the background or something” I said to myself, and ran the tests again just to be sure. I watched closely as the dots filled the screen and there it was again?—?I have a slow test! (是也乎: Matrix-样 数据观察形式看来是正确的 ) Become a pdb power-user pdb Good Tutorial on using pdb. (是也乎: ..It is not necessary to use pdb all the time 嗯哼,作者都说的很明白,其实大家都清楚,动用 pdb 的情景都是不得不作 接盘侠 时, 面对纠结在一起的代码时,不得不进行的刺探, 因为没有自信自己在看过所有代码,将思想扭曲为当初那位崩溃的程序猿相同状态后, 是否能恢复清明… ) 教程提案还有三周可以提交 pycon Talk proposals will be due on 2017 January 3.Poster proposals will be due on 2017 January 3.Tutorial proposals are due on 2017 November 30. Yes, that’s right — tutorial proposals are due in three weeks. awesome-asyncio async-io, curated list A curated list of awesome Python asyncio frameworks, libraries, software and resources. (是也乎: 是 github 带领中国程序猿重新认识了 awesome 这词儿, 现在最高效的领域技术搜索技巧就是在 github 中搜索 awesome+ 技术名 ) Some thoughts on asynchronous API design in a post-async/await world async-io I’ve recently been exploring the exciting new world of asynchronous I/O libraries in Python 3 – specifically asyncio and curio. These two libraries make some different design choices. This is an essay that I wrote to try to explain to myself what those differences are and why I think they matter, and distill some principles for designing event loop APIs and asynchronous libraries in Python. (是也乎: Py3 中内建的 asyncio 和 curio 成为两大焦点都在进行折腾… ) django-flat-responsive django An extension for Django admin that makes interface mobile friendly. 如何在 Python 中启动 Landsat 数据处理? google cloud Cloud Dataflow provides a fully-managed, autoscaling, serverless execution environment for data pipelines written in Apache Beam. In this article Lak Lakshmanan and Matt Hancher show us how to create a monthly vegetation index from Landsat images, available as a public dataset. (是也乎: GCP 中的 Cloud Dataflow 支持 Apache Beam 可以发布无主机数据处理流程… ) 好物 ~ 包/模块/库/片段… ...