Hi Pythonistas!
我们决定使用更加醒目的标题, 希望你喜欢.
一如即往,任何疑问/意见/抱怨/建议, 让我们知道就好;
To the keep up with all the breaking Python news follow @pycoders.
想跟上所有 蠎界 新闻? @pycoders.
请用 Gittip 支持俺们吧!
原文: Pycoder's Weekly (Issue #94): Black Friday
新闻
- Gevent 1.0 Released! (gevent.org)
Version 1.0 of Gevent released with a new core and new dns resolver and new api. Check out all the release notes here.
- Hello, Web App (hellowebapp.com)
Book on introduction to web app development using Python and Django. Tailored for non-programmers, written by a designer. Leave your email to keep up to date.
- PyPy 2.2.1 released! (blogspot.ca)
This is a bugfix release, adds Tkinter support for windows and fixes various other issues.
- Python 3.4.0 Beta 1 released (python.org)
Lots of improvements in 3.4.0 including new pathlib, enum and statistics modules as well as many other bugfixes and improvements.
讨论
- I am an idiot.. (reddit.com)
Use a good font, it saves grief.
项目
- responses (github.com)
Make testing a little easier with responses, a utility library for mocking out the requests library.
- ramona (github.com)
A enterprise grade application supervisor. Ramona insures that each process of an application is running, restarts when needed and monitors/logs process output and sends email notifications to admins when errors are detected.
- firefly (github.com)
A distributed game server side framework. Allows front end developers save many working hours by only having to focus on gameplay logic.
- hebel (github.com)
A library for deep learning with neural networks in Python using GPU-Acceleration. It implements the most important types of neural network models and provides a variety of activation functions and training methods.
- rasterio (github.com)
This exists to let Python programmers read and write numpy arrays (or other array-like objects providing the PEP 3118 buffer interface) from and to raster data files.
- pyteaser (github.com)
Summarize news articles. Based on the scala project TextTeaser.
- ango-admin-autoregister (github.com)
Stop writing admin boilerplate in Django with this app.
文章
- Reuse and Simplicity: a difference of approach between Python and C# (machinalis.com)
This is a great post about some of the difference in approach between writing C# and Python told through the lens of a training C# developers in Python.
- Extract Text from Word Files Simply (github.io)
Pulling text out of a .txt file in Python can be done without a though, here the author gives a great example of how to accomplish the same thing with .docx files.
- Finding The First Bit Set With Python (willmcgugan.com)
How do you find the index of a set bit in a Python integer? It seems like the obvious answer might not be so simple.
- Python Yields are Fun!! (pydanny.com)
In this post the author gives you a nice explanation with examples of how to solve common problems using Python's yield
statement.
- Cluster Computing for $0.27/hr using EC2 and IPython Notebook (badhessian.org)
This is a cool tutorial that shows you how to setup a cluster instance at Amazon Web Services , set up a public IPython notebook server and access this remote cluster via your web browser.
是也乎
- 131130 Zoom.Quiet 用时 3 分钟 完成格式转抄.
Comments