Skip to content

Commit a8de849

Browse files
committed
add translated python weekly #353
1 parent 1732ee2 commit a8de849

3 files changed

Lines changed: 153 additions & 1 deletion

File tree

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
原文:[Python Weekly - Issue 353](http://eepurl.com/dzrLG5)
2+
3+
---
4+
5+
欢迎来到Python周刊第 352 期。让我们直奔主题。
6+
7+
8+
[![](https://gallery.mailchimp.com/e2e180baf855ac797ef407fc7/images/99a93b21-580d-40ed-96ba-539d38b8f78b.jpg)](https://click.linksynergy.com/link?id=x9UsEHf2tls&offerid=323085.903744&type=2&murl=https%3A%2F%2Fwww.udemy.com%2Fpython-for-data-science-and-machine-learning-bootcamp%2F)
9+
10+
[用 Python 进行数据科学和机器学习的训练营](https://click.linksynergy.com/link?id=x9UsEHf2tls&offerid=323085.903744&type=2&murl=https%3A%2F%2Fwww.udemy.com%2Fpython-for-data-science-and-machine-learning-bootcamp%2F)
11+
12+
学习如何使用 NumPy、Pandas、Seaborn、Matplotlib、Plotly、Scikit-Learn、机器学习、Tensorflow 等等!
13+
14+
15+
# 文章,教程和讲座
16+
17+
[Python 3.7 中很酷的功能](https://realpython.com/python37-new-features/)
18+
19+
在这篇文章中,你将深入探索最新最棒的 CPython 版本中的一些最新消息和新特性。
20+
21+
[树莓派人脸识别](https://www.pyimagesearch.com/2018/06/25/raspberry-pi-face-recognition/)
22+
23+
在这篇教程中,你将学习如何在树莓派上进行人脸识别。使用树莓派、Python 和 OpenCV 来识别人脸吧。
24+
25+
[如何在 Python 中创建迭代器](http://treyhunner.com/2018/06/how-to-make-an-iterator-in-python/)
26+
27+
本文讨论了想要制作自己的迭代器的原因,然后展示方法。
28+
29+
[在 Twitter 使用工作流生成机器学习](https://blog.twitter.com/engineering/en_us/topics/insights/2018/ml-workflows.html)
30+
Cortex 为 Twitter 的团队提供了机器学习平台技术、建模专业知识和教育。其目的在于通过实现先进且道德的 AI 来改进 Twitter。有了在生产中运行机器学习模型的第一手经验,Cortex 寻求流水线式困难的机器学习过程,使工程师能够专注于建模、实验和用户体验。
31+
32+
[从头开始的卷积神经网络](https://towardsdatascience.com/convolutional-neural-networks-from-the-ground-up-c67bb41454e1)
33+
34+
著名的卷积神经网络的 NumPy 实现:迄今为止最有影响力的神经网络架构之一。
35+
36+
[清理债务:一种 pandas 方法](https://medium.com/@finnqiao/cleaning-up-debt-a-pandas-approach-4093937388de)
37+
38+
不良贷款(NPL)数据的数据处理与探索性数据分析。
39+
40+
[Python 术语:多行字符串](https://amir.rachum.com/blog/2018/06/23/python-multiline-idioms/)
41+
42+
让多行字符串变得漂亮的简短而甜蜜的术语。
43+
44+
[在实验物理中用 Python 进行数据分析的简短指南](https://www.authorea.com/users/18589/articles/304710-a-short-guide-to-using-python-with-data-in-experimental-physics)
45+
46+
实验数据的数字处理中常见的信号处理任务包括:插值、平滑和不确定度传播。将实验结果与理论模型进行比较,还需要进行曲线拟合、函数和数据绘制以及拟合优度确定。这些任务通常需要对数据进行交互式探索性处理,但为了使结果可靠,原始数据需要可以自由获取,分析结果易于重现。在这篇文章中,我们提供了使用数字 Python(Numpy)和科学 Python(SciPy)包和交互式 Jupyter Notebooks 来完成这些目标的方法示例(数据以普通纯文本电子表格格式存储)。本文包括了包含用于执行这些任务的 Python 代码的示例,并且可以作为分析新数据的模板使用。
47+
48+
[使用 PyTorch 检测 logo](https://medium.com/diving-in-deep/logo-detection-using-pytorch-7897d4898211)
49+
50+
[使用 Python、Flask、Contentful 和 Twilio 创建火星主题应用](https://www.twilio.com/blog/2018/06/mars-python-flask-contentful-twilio.html)
51+
52+
[使用 PyO3 和 Rust 编写 Python 扩展](https://www.benfrederickson.com/writing-python-extensions-in-rust-using-pyo3/)
53+
54+
[Wagtail Space US 2018 视频集](https://www.youtube.com/watch?v=lZrWxly9yPE&list=PLEyaio0l1qoGGbXg3XH0205FIF32oO1wV)
55+
56+
[在 Python 中执行无服务器的正确方式](https://read.iopipe.com/the-right-way-to-do-serverless-in-python-e99535574454)
57+
58+
59+
# 书籍
60+
61+
[Applied Text Analysis with Python: Enabling Language-Aware Data Products with Machine Learning(用 Python 进行应用文本分析:使用机器学习启用语言感知型数据产品)](https://amzn.to/2lGbcmM)
62+
63+
从新闻和演讲,到社交媒体上的非正式谈话,自然语言是最丰富和利用率最低的数据来源之一。不仅仅是因为它来源于流,并处于不断变化和适应的环境中;还因为它包含了传统数据源未传达的信息。解锁自然语言的关键是通过文本分析的创造性应用。本实用书提供了一种通过应用机器学习来构建语言感知产品的数据科学家的方法。
64+
65+
66+
# 本周的Python工作
67+
68+
[Gridium 招聘后端软件工程师](http://jobs.pythonweekly.com/jobs/backend-software-engineer/)
69+
70+
71+
72+
# 好玩的项目,工具和库
73+
74+
[DensePose](https://github.com/facebookresearch/Densepose)
75+
76+
将二维 RGB 图像的所有人像素映射到身体的三维表面模型的实时方法。
77+
78+
[distiller](https://github.com/NervanaSystems/distiller)
79+
80+
Distiller 是一个用于神经网络压缩研究的开源 Python 包。网络压缩可以减少神经网络的内存占用,提高推断速度并节省能源。Distiller 提供了一个 PyTorch 环境,用于对压缩算法(例如稀疏诱导方法和低精度算法)进行原型设计和分析。
81+
82+
[decaNLP](https://github.com/salesforce/decaNLP)
83+
84+
自然语言十项全能:NLP 多任务挑战。
85+
86+
[molten](https://moltenframework.com/)
87+
88+
molten 是一个 Python 3.6+ 的实验性网页框架。意味着最小、可扩展、快速和高效。
89+
90+
[amazon-scraper-python](https://github.com/tducret/amazon-scraper-python)
91+
92+
获取亚马逊售卖的商品的一些信息的非官方客户端。
93+
94+
[python-cfonts](https://github.com/frostming/python-cfonts)
95+
96+
用于终端的 S*xy 字体。这是 cfonts 的一个 Python 端口。
97+
98+
[B2blaze](https://github.com/sibblegp/b2blaze)
99+
100+
Python 中的 Backblaze B2 库。
101+
102+
[robovision](https://github.com/stoic1979/robovision)
103+
104+
基于 AI 和机器学习的计算机视觉,用于机器人。
105+
106+
[scalable_agent](https://github.com/deepmind/scalable_agent)
107+
108+
带有重要权重的 Actor-Learner 架构的可扩展分布式深度 RL 的 TensorFlow 实现。
109+
110+
[darts](https://github.com/quark0/darts)
111+
112+
用于卷积和循环网络的可区分架构搜索。
113+
114+
[termtosvg](https://github.com/nbedos/termtosvg)
115+
116+
Linux 终端录音机,用 Python 编写,可将你的命令行会话呈现为独立的 SVG 动画。
117+
118+
[instagram-scraper](https://github.com/meetmangukiya/instagram-scraper)
119+
120+
抓取 Instagram 前端。灵感来自于 @kennethreitz 的twitter-scraper。
121+
122+
[flair](https://github.com/zalandoresearch/flair)
123+
124+
一个最先进的 NLP 的非常简单的框架。
125+
126+
[Fuxi-Scanner](https://github.com/jeffzh3ng/Fuxi-Scanner)
127+
128+
Fuxi Scanner 是一款开源网络安全漏洞扫描器,具有多种功能。
129+
130+
[boxx](https://github.com/DIYer22/boxx)
131+
132+
Python 中的高效构建和调试工具箱。特别用于科学计算和计算机视觉。
133+
134+
135+
# 最新发布
136+
137+
[Python 3.7.0](https://www.python.org/downloads/release/python-370/)
138+
139+
Python 3.7.0 是 Python 语言最新的主要版本,包含了许多新特性和优化。
140+
141+
142+
# 近期活动和网络研讨会
143+
144+
[Django-NYC 2018 年 7 月聚会 - New York, NY](https://www.meetup.com/django-nyc/events/252175913/)
145+
146+
将会有以下演讲:
147+
148+
* Django 入门
149+
* 电子商务和存储挑战,为受监管的大麻行业搭建平台
150+
* 如何让多元化和包容性的团队成为现实

Python Weekly/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,5 @@
111111
- [Issue 349](./Python_Weekly_Issue_349.md)
112112
- [Issue 350](./Python_Weekly_Issue_350.md)
113113
- [Issue 351](./Python_Weekly_Issue_351.md)
114-
- [Issue 352](./Python_Weekly_Issue_352.md)
114+
- [Issue 352](./Python_Weekly_Issue_352.md)
115+
- [Issue 353](./Python_Weekly_Issue_353.md)

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
- [Issue 350](./Python Weekly/Python_Weekly_Issue_350.md)
229229
- [Issue 351](./Python Weekly/Python_Weekly_Issue_351.md)
230230
- [Issue 352](./Python Weekly/Python_Weekly_Issue_352.md)
231+
- [Issue 353](./Python Weekly/Python_Weekly_Issue_353.md)
231232
- Pycoder's Weekly
232233
* 中文版:[蟒周刊](http://weekly.pychina.org/)
233234

0 commit comments

Comments
 (0)