Skip to content

Commit bef3a07

Browse files
committed
add translated python weekly summary for Issue 243
1 parent 4631851 commit bef3a07

2 files changed

Lines changed: 15 additions & 13 deletions

File tree

Python Weekly/Python Weekly Issue 243.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,37 @@
1010

1111
[![](https://gallery.mailchimp.com/e2e180baf855ac797ef407fc7/images/711a53fa-d9a3-4b1d-897c-853ccb078c96.png)](https://software.intel.com/en-us/intel-sdp-home)
1212

13-
想要在不需要自己构建的情况下活动高性能Python吗?Join the [ Intel® Distribution for Python* 2017](https://software.intel.com/en-us/python-distribution) Beta and experience NumPy/SciPy performance through native libraries like Intel® Math Kernel Library and enhanced threading, easy access to Numba, Cython, data analytics, and conda.
13+
想要在不需要自己构建的情况下活动高性能Python吗?加入[Intel® Distribution for Python* 2017 Beta](https://software.intel.com/en-us/python-distribution),通过诸如Intel® Math Kernel库和增强线程体验NumPy/SciPy性能,方便的访问Numba, Cython, data analytics和conda。
1414

1515
# 文章,教程和讲座
1616

1717
[Episode #57: Python performance from the inside-out at Intel](https://talkpython.fm/episodes/show/57/python-performance-from-the-inside-out-at-intel)
1818

19-
When you think about the performance of your software, there is nothing more low level and fundamental than how your code executes on the CPU itself. Many of us study and try to understand how to maximize performance at this low level. But few are in a position to define what happens at this level. This week you'll meet David Stewart, manager in the Intel Data Center Software Technology group at Intel. We'll discuss the wide variety of work Intel is doing in open source and Python.
19+
当你考虑你的软件性能时,还有什么比让代码在CPU自身执行更低水平了呢?我们中许多人学习,并试图了解如何在这个低层次最大化性能。但很少人有资格去定义在这个层次发生了什么。本周,你将见到David Stewart,Intel数据中心软件技术小组的经历。我们将谈谈Intel在开源和Python方面正在进行的各种工作。
2020

2121
[Number plate recognition with Tensorflow](http://matthewearl.github.io/2016/05/06/cnn-anpr/)
2222

23-
本文表明,使用相当少的代码(~800行),是有可能构建一个ANPR系统,而不需要导入任何特定域的库,and with very little domain-specific knowledge.
23+
本文表明,使用相当少的代码(~800行),以及非常少的特定领域的知识,是有可能构建一个ANPR系统,而不需要导入任何特定域的库
2424

2525
[你需要学习写Python装饰器的5个原因](https://www.oreilly.com/ideas/5-reasons-you-need-to-learn-to-write-python-decorators)
2626

2727
装饰器可以大大放大你所写的代码的积极影响。
2828

2929
[Podcast.__init__ 第56集 - 跟Lazar和Zheng谈谈洋葱物联网(Onion IoT)](http://pythonpodcast.com/onion-iot.html)
3030

31-
One of the biggest new trends in technology is the Internet of Things and one of the driving forces is the wealth of new sensors and platforms that are being continually introduced. In this episode we spoke with the founder and head engineer of one such platform named Onion. The Omega board is a new hardware platform that runs OpenWRT and lets you configure it using a number of languages, not least of which is Python.
31+
技术上的最大趋势之一是物联网,而驱动力之一则是正不断推出的新的传感器和平台。在这一集中,我们与名为Onion的这样一个平台的创始人和首席工程师进行对话。Omega开发板是一个新的硬件平台,它运行OpenWRT,并且允许你使用不同的语言进行配置,其中最重要的就是Python。
3232

3333
[部署Django + Python 3 + PostgreSQL到AWS Elastic Beanstalk](https://realpython.com/blog/python/deploying-a-django-app-and-postgresql-to-aws-elastic-beanstalk/)
3434

35-
The following is a soup to nuts walkthrough of how to set up and deploy a Django application, powered by Python 3, and PostgreSQL to Amazon Web Services (AWS) all while remaining sane
35+
下面是一个完整的说明,展示了如何设置和部署一个基于Python 3和PostgreSQL搭建的Django应用,到亚马逊网络服务(AWS)上。
3636

3737
[在Python中使用pandas进行更简单的数据分析 (视频系列)](http://www.dataschool.io/easier-data-analysis-with-pandas/)
3838

3939
[通过实例学习List, Dict和Set推导](https://www.smallsurething.com/list-dict-and-set-comprehensions-by-example/)
4040

4141
[你认为Python中什么是比它本应该的更难?](https://www.reddit.com/r/Python/comments/4if7wj/what_do_you_think_is_more_difficult_in_python/)
4242

43-
[Pretty fast word2vec with Numba](https://d10genes.github.io/blog/2016/05/03/word2vec/)
43+
[使用了Numba的相当快的word2vec](https://d10genes.github.io/blog/2016/05/03/word2vec/)
4444

4545
[分析Last.fm收听历史](http://geoffboeing.com/2016/05/analyzing-lastfm-history/)
4646

@@ -102,23 +102,23 @@ sqlitebiter是一个CLI工具,用来从CSV/JSON/Excel/Google-Sheets创建一
102102

103103
[FeatherDuster](https://github.com/nccgroup/featherduster)
104104

105-
FeatherDuster is a tool for breaking crypto which tries to make the process of identifying and exploiting weak cryptosystems as easy as possible. Cryptanalib is the moving parts behind FeatherDuster, and can be used independently of FeatherDuster
105+
FeatherDuster是一个用于破解加密的工具,它试图让识别和利用弱密码系统尽可能的简单。Cryptanalib是FeatherDuster中的一个移动部件,并且可以独立于FeatherDuster使用。
106106

107107
[Toil](https://github.com/BD2KGenomics/toil)
108108

109109
Toil是一个可扩展的,高效跨平台管道管理系统,完全用Python编写,并围绕函数式编程的原理设计。
110110

111111
[Growler](https://github.com/pyGrowler/Growler)
112112

113-
Growler is a web framework built atom asyncio, the asynchronous library described in PEP 3156 and added to the standard library in python 3.4. It takes a cue from the Connect & Express frameworks in the nodejs ecosystem, using a single application object and series of middleware to process HTTP requests. The custom chain of middleware provides an easy way to implement complex applications.
113+
Growler是一个web框架,建立在原子asyncio,这个在PEP 3156中描述,并且添加到python 3.4中的标准库的异步库。它从nodejs生态中的Connect Express框架中获得灵感,使用一个单一的应用对象和一系列的中间价来处理HTTP请求。自定义的中间件链提供了一种简单的方式,以实现复制应用。
114114

115115
[pur](https://github.com/alanhamlett/pip-update-requirements)
116116

117117
在requirements.txt文件中更新包。
118118

119119
[deer](https://github.com/VinF/deer)
120120

121-
DeeR is a python library for Deep Reinforcement. It is build with modularity in mind so that it can easily be adapted to any need. It provides many possibilities out of the box (prioritized experience replay, double Q-learning, etc). Many different environment examples are also provided (some of them using OpenAI gym).
121+
DeeR是一个用于Deep Reinforcement的Python库。它的构建考虑到了模块化,因此可以很容易地适应任何需要。它提供了许多可能性默认项(优先体验重播,双Q学习,等等)。还提供了许多不同的环境范例(它们中的一些使用OpenAI gym)。
122122

123123
[gitsome](https://github.com/donnemartin/gitsome)
124124

@@ -128,12 +128,12 @@ DeeR is a python library for Deep Reinforcement. It is build with modularity in
128128

129129
[MicroPython 1.8](https://github.com/micropython/micropython/releases/tag/v1.8)
130130

131-
This release marks the first general release of official ESP8266 support within the MicroPython code base. The ESP8266 port has many improvements and additions, including: websocket and webrepl modules, deep-sleep mode, reading on UART, enhanced I2C support, enhanced network configuration, full sequence of start-up scripts (built-in _boot.py, boot.py and main.py), improved filesystem support with automatic flash-size detection as well as documentation and a tutorial.
131+
此版本标志着MicroPython代码库中的官方ESP8266支持的第一个通用版本。ESP8266串口拥有许多改进和补充,其中包括:websocket和webrepl模块,深度睡眠模式,UART读取,增强I2C支持,增强网络配置,启动脚本的完整序列(内置_boot.py, boot.py和main.py),带有自动flash-size检测以及文档教程的改善的文件系统支持。
132132

133133
[Pandas 0.18.1](http://pandas.pydata.org/pandas-docs/version/0.18.1/whatsnew.html#v0-18-1-may-3-2016)
134134

135-
This is a minor bug-fix release from 这是0.18.0的一个错误修复小版本,包含了大量的bug修复,以及一些新特性,增强功能,和性能改进。
135+
这是0.18.0的一个错误修复小版本,包含了大量的bug修复,以及一些新特性,增强功能,和性能改进。
136136

137137
# 近期活动和网络研讨会
138138

139-
[PyHou Meetup May 2016 - Houston, TX](http://www.meetup.com/python-14/events/226999479/)
139+
[PyHou Meetup May 2016 - 休斯顿,德克萨斯](http://www.meetup.com/python-14/events/226999479/)

Python Weekly/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[Python Weekly](http://www.pythonweekly.com/),是一个免费的周刊,其内容包括与Python有关的新闻、文章、新品发布、工作等等。发布时间为每周四。欢迎订阅。
22

3-
本目录是Python Weekly的中译版,从Issue 243开始。
3+
本目录是Python Weekly的中译版,从Issue 243开始。
4+
5+
- [Issue 243](./Python Weekly Issue 243.md)

0 commit comments

Comments
 (0)