Skip to content

Commit 909c326

Browse files
committed
add translated for python weekly #265
1 parent 7957e08 commit 909c326

File tree

2 files changed

+101
-1
lines changed

2 files changed

+101
-1
lines changed
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
原文:[Python Weekly Issue 264](http://eepurl.com/cjSenT)
2+
---
3+
4+
欢迎来到Python周刊第265期。让我们直入主题。
5+
6+
7+
# 来自赞助商
8+
9+
[![](https://gallery.mailchimp.com/e2e180baf855ac797ef407fc7/images/b1a844b2-fee2-4dd3-b56c-341147f4c21b.png)](https://software.intel.com/en-us/intel-sdp-home)
10+
11+
使用Theano? **Python** 的Intel®发行版为Theano提供了毫不费力,可直接使用的性能以及与Intel软件优化(Intel Software Optimization)的集成。这个[手把手指南](https://software.intel.com/en-us/articles/getting-started-with-intel-optimized-theano)描述了为药物发现工作、卷积网络和情感分析运行基准的步骤和指令细节。
12+
13+
14+
# 新闻
15+
16+
[PyCaribbean 2017征集议题](https://www.papercall.io/pycaribbean-2017)
17+
18+
19+
# 文章,教程和讲座
20+
21+
[Episode #79: Beeware Python工具](https://talkpython.fm/episodes/show/79/beeware-python-tools)
22+
23+
你可以给我写个适用于现有的广泛平台的Python应用吗?哦,等等,我想让它们是原生GUI应用哦。并且我想它们可以运行在移动 (Android, iOS, tvOS, 和watchOS),以及主要的桌面平台上。我还想让它们跟原生的应用(macOS上是.app,而Windows上是.exe等等)看起来没啥区别。要做到这些,你会用到什么样的技术呢?本周,我将向你介绍一系列小而专注,并且功能强大的工具,它们能让这些,甚至是更多要求都成为可能。我们会和Russell Keith-Magee聊聊,他是Beeware项目的创始人。
24+
25+
[构建一个模仿你的同事的Slack机器人](http://hirelofty.com/blog/how-build-slack-bot-mimics-your-colleague/)
26+
27+
一起用Python来玩玩马尔科夫链和Slack实时消息API吧。
28+
29+
[使用Python调试器的惊心动魄之旅(下)](https://benbernardblog.com/my-startling-encounter-with-python-debuggers-part-2/)
30+
31+
在这个系列的第二篇也是最后一篇文章中,你将看到我是如何使用python-debuginfo的不同命令来追查我生产上的Python代码中的一个讨厌的错误的。
32+
33+
[Django工厂审计](http://jamescooke.info/django-factory-audit.html)
34+
35+
工厂(Factory)构建出模型实例,主要用于测试,但可用在任何地方。在这篇文章中,我展示了基于工厂库创建的实例的有效性来分级用于Django的不同的工厂库的尝试。
36+
37+
[Podcast.__init__ 第78集 - Lorena Mesa](https://podcastinit.com/lorena-mesa.html)
38+
39+
Python社区的一个巨大的优势之一是参与者的多样化背景。本周,Lorena Mesa谈谈关于她对政治学的关注,以及公民参与如果指引她到软件工程和数据分析发展她的事业。除了她的职业生涯,她还创立了PyLadies的芝加哥分会,帮助妇女和孩子学会编程,并且她还入选了PSF董事会。
40+
41+
[深度强化学习:玩一个赛车游戏](https://lopespm.github.io/machine_learning/2016/10/06/deep-reinforcement-learning-racing-game.html)
42+
43+
[pandasql: 让python说SQL](http://blog.yhat.com/posts/pandasql-intro.html)
44+
45+
[PyConZA 2016视频集](https://www.youtube.com/playlist?list=PLGjWYNrNnSufYp1ADGLKUFnXagkQhyRMU)
46+
47+
48+
# 好玩的项目,工具和库
49+
50+
[suiron](https://github.com/kendricktan/suiron)
51+
52+
用于遥控汽车的机器学习。
53+
54+
[neural-cli](https://github.com/hugorut/neural-cli)
55+
56+
Neuralcli为一个简单的分类神经网络的python实现提供给了一个简单的命令行界面。Neuralcli允许一种快速的方式,让你轻松地获取一个假说的即时反馈,或者轻松玩转现今机器学习最流行的概念之一。
57+
58+
[DDPG-Keras-Torcs](https://github.com/yanpanlau/DDPG-Keras-Torcs)
59+
60+
使用Keras和Deep Deterministic Policy Gradient(DDPG)来玩TORCS。
61+
62+
[libheap](https://github.com/cloudburst/libheap)
63+
64+
用于检测glibc堆 (ptmalloc)的gdb python库。
65+
66+
[NLQuery](https://github.com/ayoungprogrammer/nlquery)
67+
68+
WikiData上的一个自然语言查询引擎。
69+
70+
[markovify](https://github.com/jsvine/markovify)
71+
72+
一个简单可扩展的马尔科夫链生成器。
73+
74+
[binarytree](https://github.com/joowani/binarytree)
75+
76+
用于学习二叉树的Python库。
77+
78+
[fetch-some-proxies](https://github.com/stamparm/fetch-some-proxies)
79+
80+
获取“一些”(可用)代理的简单Python工具。
81+
82+
[dist-keras](https://github.com/JoeriHermans/dist-keras)
83+
84+
使用Keras和Apache Spark的分布式深度学习。
85+
86+
87+
# 最新发布
88+
89+
[Python 3.6.0b2](https://www.python.org/downloads/release/python-360b2/)
90+
91+
[PyPy3 5.5.0](https://morepypy.blogspot.com/2016/10/pypy3-550-released.html)
92+
93+
94+
# 近期活动和网络研讨会
95+
96+
[PyCon Finland 2016](http://fi.pycon.org/2016/)
97+
98+
[PyHou 2016年10月聚会 - Houston, TX](https://www.meetup.com/python-14/events/233398459/)
99+

Python Weekly/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
- [Issue 261](./Python Weekly Issue 261.md)
2424
- [Issue 262](./Python Weekly Issue 262.md)
2525
- [Issue 263](./Python Weekly Issue 263.md)
26-
- [Issue 264](./Python Weekly Issue 264.md)
26+
- [Issue 264](./Python Weekly Issue 264.md)
27+
- [Issue 265](./Python Weekly Issue 265.md)

0 commit comments

Comments
 (0)