Skip to content

Commit 2a8324b

Browse files
committed
add translated python weekly #357
1 parent d0bdbc0 commit 2a8324b

3 files changed

Lines changed: 148 additions & 2 deletions

File tree

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
原文:[Python Weekly - Issue 357](http://eepurl.com/dCcG2b)
2+
3+
---
4+
5+
欢迎来到Python周刊第 357 期。让我们直奔主题。
6+
7+
8+
# 来自赞助商
9+
[![](https://gallery.mailchimp.com/e2e180baf855ac797ef407fc7/images/f25123ca-75a9-4b27-af3b-518500134fcd.png)](https://www.datadoghq.com/dg/apm/ts-python-error-tracking/?utm_source=Advertisement&utm_medium=Advertisement&utm_campaign=PythonWeekly-Tshirt&utm_content=Python)
10+
11+
使用 Datadog 的分布式跟踪和 APM,今天就开始优化你的 Python 应用。Datadog APM 的新的 Watchdog 自动检测引擎使用机器学习来示警应用中的性能异常。探索和分析你所有的应用性能数据,并在相关指标、跟踪和日志之间无缝导航,以实时快速解决问题。[今天就开始 14 天的免费试用吧](https://www.datadoghq.com/dg/apm/ts-python-error-tracking/?utm_source=Advertisement&utm_medium=Advertisement&utm_campaign=PythonWeekly-Tshirt&utm_content=Python).
12+
13+
14+
# 新闻
15+
16+
[Python 语言服务器介绍](https://blogs.msdn.microsoft.com/pythonengineering/2018/07/18/introducing-the-python-language-server/)
17+
18+
Visual Studio 长期以来因其对所有语言的 IntelliSense(代码分析和建议)的质量而受到认可,并且自 2011 年以来一直支持 Python。我们很高兴地宣布,我们将作为微软 Python 语言服务器,为其他工具提供 Python 支持。它首先在七月发布的 Visual Studio Code 的 Python 扩展中提供,稍后,我们将把它作为独立组件发布,这样,你就可以使用任何适配了改语言服务器协议的工具了。
19+
20+
21+
# 文章,教程和讲座
22+
23+
[使用 OpenCV 进行简单的对象跟踪](https://www.pyimagesearch.com/2018/07/23/simple-object-tracking-with-opencv/)
24+
25+
你将学习使用 OpenCV、Python 和用于实时跟踪对象的质心跟踪算法,进行简单对象跟踪的方法。
26+
27+
[快速、灵活、简单和直观:如何加速你的 Pandas 项目](https://realpython.com/fast-flexible-pandas/)
28+
29+
让数据科学家、分析家和工程师为之疯狂的关于 Pandas 的东西究竟是什么?这是一篇用 python 的方式使用 Pandas,来充分利用其强大但易于使用的内置功能的指南。此外,你将学习一些实用的节省时间的技巧。
30+
31+
[使用 Cloud TPUs,在 30 分钟内训练并提供实时移动物体探测器](https://medium.com/tensorflow/training-and-serving-a-realtime-mobile-object-detector-in-30-minutes-with-cloud-tpus-b78971cf1193)
32+
33+
如果你能更快地训练和服务对象检测模型,会怎样?我们已经听到了你的反馈,而今天,我们很高兴地宣布支持在 Cloud TPUs 上训练对象检测模型、模型量化以及添加了包含 RetinaNet 和 RetinaNet 的 MobileNet 适配在内的新模型。你可以在 AI 博客上看到公告帖。在这篇文章中,我们将引导你使用转移学习(transfer learning),在 Cloud TPUs 上训练量化的宠物品种检测器。
34+
35+
[Celery 和 Django 和 Docker:哎哟,我的!](https://www.revsys.com/tidbits/celery-and-django-and-docker-oh-my/)
36+
37+
在这篇文章中,你将学习如何在一个 Docker 容器中的一个 Django 项目内创建一个 Celery 任务。听起来很棒,不是吗?
38+
39+
[记录 Python 代码:完整指南](https://realpython.com/documenting-python-code/)
40+
41+
记录 Python 代码的完整指南。无论是记录一个小脚本还是一个大项目,无论你是初学者还是一个经验丰富的 Python 人,本指南将涵盖你所需要了解的所有内容。
42+
43+
[Django 的注释简介](https://www.youtube.com/watch?v=KbwmdKl-QbI)
44+
T
45+
本视频讲述了 Django 中的注释特性的工作原理,并展示了一些例子。
46+
47+
[使用 Rasa 和 Twilio,构建你自己的 Duplex AI 代理](https://medium.com/rasa-blog/building-your-own-duplex-ai-agent-using-rasa-and-twilio-bbd23c80ed30)
48+
49+
本文说明了可以如何构建自己的类 Duplex 代理,来自动处理电话呼叫。我们将从另一个方向处理手头的问题 —— 呼叫并与机器交谈(而不是呼叫的机器)。
50+
51+
[用 Python 编写一个简单的摘要生成器](https://towardsdatascience.com/write-a-simple-summarizer-in-python-e9ca6138a08e)
52+
53+
浅谈自然语言处理。
54+
55+
[使用多元线性回归和 python 的应用机器学习简介](https://medium.com/@powersteh/an-introduction-to-applied-machine-learning-with-multiple-linear-regression-and-python-925c1d97a02b)
56+
57+
本文的目标是向外行人解释应用机器学习的基本概念,并记录数据科学家和数据分析师通常如何用数据和机器学习算法回答问题或者解决问题。
58+
59+
[使用现代 Python,替换 netstat 的 90s C 代码](https://matt.sh/netmatt)
60+
61+
[如何使用 Python,自动将文件上传到 Drive](https://medium.com/@annissouames99/how-to-upload-files-automatically-to-drive-with-python-ee19bb13dda)
62+
63+
64+
# 本周的Python工作
65+
66+
[Quora 招聘机器学习工程师](https://leap.ai/info/jobs/c2c633e2-56f1-509e-9f56-c3382f8eca37/?utm_source=newsletter&utm_medium=email&utm_term=quora&utm_content=jobpost&utm_campaign=pythonweekly)
67+
68+
69+
[Allume 招聘软件工程师](http://jobs.pythonweekly.com/jobs/software-engineer-21/ ) 
70+
71+
72+
# 好玩的项目,工具和库
73+
74+
[dvc](https://github.com/iterative/dvc)
75+
76+
数据版本控制,或称 DVC,是一个开源的数据科学项目工具。它帮助数据科学家以简单的类 git 命令,一起管理他们的代码和数据。
77+
78+
[Photon](https://github.com/s0md3v/Photon)
79+
80+
超级快的爬虫,可以提取 URL、电子邮件、文件、网站账户等。
81+
82+
[diffy](https://github.com/Netflix-Skunkworks/diffy)
83+
84+
Diffy 是在以云为中心的安全事件中使用的分类工具,用于帮助数字取证和事件响应(DFIR)团队快速识别可疑主机并关注其响应。
85+
86+
[ProjectQ](https://github.com/ProjectQ-Framework/ProjectQ) 
87+
88+
量子计算的开源软件框架。
89+
90+
[pyCAIR](https://github.com/avidLearnerInProgress/pyCAIR)
91+
92+
内容感知的图像大小调整。
93+
94+
[mne-python](https://github.com/mne-tools/mne-python)
95+
96+
MNE-Python 软件是一个开源的 Python 包,用于探索、可视化和分析人类神经生理学数据,例如MEG、EEG、sEEG、ECoG 等。它包含了用于数据输入/输出、预处理、可视化、源估计、时频分析、连通性分析、机器学习和统计的模块。
97+
98+
[SQLAthanor](https://github.com/insightindustry/sqlathanor)
99+
100+
SQLAlchemy Declarative ORM 的序列化/反序列化支持。
101+
102+
[flask-rest-api](https://github.com/Nobatek/flask-rest-api)
103+
104+
使用 Flask 和 marshmallow 构建一个 REST API。
105+
106+
[strawberryfields](https://github.com/XanaduAI/strawberryfields)
107+
108+
Strawberry Fields 是一个用于设计、模拟和优化连续变量(CV)量子光学电路的全栈 Python 库。
109+
110+
[Cirq](https://github.com/quantumlib/Cirq)
111+
112+
创建、编辑以及调用 Noisy Intermediate Scale Quantum (NISQ) 电路的 python 框架。
113+
114+
[layer_linter](https://github.com/seddonym/layer_linter)
115+
116+
Layer Linter 检查你的项目是否遵循所定义的分层体系结构。
117+
118+
119+
# 最新发布
120+
121+
[NumPy 1.15.0](https://github.com/numpy/numpy/releases/tag/v1.15.0)
122+
123+
NumPy 1.15.0 这个版本带有超乎寻常数量多清理、对许多旧函数的弃用、以及对许多现有功能的改进。请阅读详细说明,看看是否收到影响。
124+
125+
[pygame 1.9.4](https://www.pygame.org/news)
126+
127+
一些亮点,包括:
128+
129+
* 支持 python 3.7。
130+
* 支持 beta pypy。看看我们 pypy 了没?
131+
* 修复 pygame.draw
132+
* pygame.math 不再是实验特性了。速度提升和错误修正。
133+
* Debian、Mac homebrew、mac virtualenv、manylinux 以及其他平台修复。
134+
* 文档修复、VSCode 和 VIM 等编辑器中提前输入的 jedi 支持。
135+
* 更快地立即移动到许多平面的 Surface.blits。
136+
137+
138+
139+
# 近期活动和网络研讨会
140+
141+
[PyBay2018 - San Francisco, CA](https://pybay.com/)
142+
143+
诚邀你加入到向 Python 核心开发者(例如 Raymond Hettinger、Travis Oliphant、Yury Selivanov、Carol Willing、Brandon Rhodes、Simon Wilison)学习 Python、数据、基础架构和性能的 500 多名开发者中来。演讲者阵容还包括即将上任的初创公司的CTO以及来自谷歌,Linkedin,Facebook,Yelp,Twitter,微软,亚马逊的资深开发者。你可以在开幕派对和PyMaker Fest上结识新朋友。分享您的知识并开展闪电谈话和/或聚会。见识一下往期参与者在 PyBay 之后发表 #mindblown 和 #AwesomeCommunity 的原因 :)
144+
 

Python Weekly/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@
115115
- [Issue 353](./Python_Weekly_Issue_353.md)
116116
- [Issue 354](./Python_Weekly_Issue_354.md)
117117
- [Issue 355](./Python_Weekly_Issue_355.md)
118-
- [Issue 356](./Python_Weekly_Issue_356.md)
118+
- [Issue 356](./Python_Weekly_Issue_356.md)
119+
- [Issue 357](./Python_Weekly_Issue_357.md)

SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@
231231
- [Issue 353](./Python Weekly/Python_Weekly_Issue_353.md)
232232
- [Issue 354](./Python Weekly/Python_Weekly_Issue_354.md)
233233
- [Issue 355](./Python Weekly/Python_Weekly_Issue_355.md)
234-
- [Issue 355](./Python Weekly/Python_Weekly_Issue_356.md)
234+
- [Issue 356](./Python Weekly/Python_Weekly_Issue_356.md)
235+
- [Issue 357](./Python Weekly/Python_Weekly_Issue_357.md)
235236
- Pycoder's Weekly
236237
* 中文版:[蟒周刊](http://weekly.pychina.org/)
237238

0 commit comments

Comments
 (0)