Fwd: Python Weekly (Issue 69 - January 10, 2013) //翻译目录摘要 , 25RMB 谁来认领 ^_^

34 views
Skip to first unread message

张沈鹏

unread,
Jan 15, 2013, 10:00:20 PM1/15/13
to 42q...@googlegroups.com
翻译目录

请仔细阅读本文后 , 再进行翻译 违反规则的 , 每次返工修改 , 扣取5%的翻译费用(最少1元)
http://python.42qu.com/11272235


---------- Forwarded message ----------
From: Python Weekly <ra...@pythonweekly.com>
Date: 2013/1/11
Subject: Python Weekly (Issue 69 - January 10, 2013)
To: zsp...@gmail.com


Email not displaying correctly? View it in your browser.
Welcome to issue 69 of Python Weekly. This is a bumper size issue. Enjoy it!

If your company has Python related job open, you can post it on Python Weekly Job Board for FREE. It will also get included in this newsletter.


The Ultimate Startup Success Guide
What Entrepreneurs Should Learn From Accelerators To Succeed With Their Businesses. Get a whopping 50% discount on this book + Free and discounted products and services worth over $1,150.


News

PyCon 2013 released the schedule of talks and tutorials for the March conference in Santa Clara, California. The conference begins with two days of tutorials on March 13 and 14, followed by three days of talks from Friday March 15 through 17, ending with four days of sprints through March 21.
 

Articles, Tutorials and Talks

Letterpress is a compelling mix of strategy and vocabulary demonstration. Easier to learn and quicker to play than Scrabble. In this post, the author shows how he optimized and refactored the original Scrabble code to the point that it's actually useful for Letterpress.

LEDs, buzzers and switches are the most common items people attempt to interface to their Raspberry Pi's. Ultrasonic measurement module allows you to measure the distance to the nearest wall or solid object. The modules are easy to buy, cheap and relatively straight forward to interface to the GPIO header. Here is post describing the author's experiments with an Ultrasonic measurement module and Python.
 
This post provides an unscientific, ad hoc review of the author's experiences with some of the Python frameworks that exist for working with Hadoop.
 
What if you could search StackOverflow's huge Q&A database from the command line? The author built a Python class to do so. But to be able to run it inside a Vim buffer you will need the Vim plugin conque and some settings in .vimrc. With that setup you can search Stack Overflow interactively in a Vim split window and copy and paste useful code snippets back and forth. This post shows you how it works.
 
Implementing an OAuth 2.0 client is a significant undertaking in itself. Implementing a provider is even more complicated.  To make our (and your) lives easier, we've open-sourced a Python OAuth 2.0 provider interface, called pyoauth2, which can be easily extended to function as a complete solution for adding OAuth provider functionality to your application. In this post, I will walk through how we set up pyoauth2 for SHIFT.com.
 
Construct is a binary packing combinators library for Python in which you can define rich data structures. Unlike most alternatives, these data structures can be used for both packing and unpacking of binary data; for instance, once you define what a TCP packet is, you can analyze packets or construct ones on your own, with no additional code.
 
Google App Engine for Python ships with the capability to manage user accounts without the need of any additional library. This functionality is, however, insufficiently documented. This post will be structured as a step-by-step tutorial addressing user registration, login, password reset and a few other details.
 
The Pylons Project rather rigorously follows a unit testing dogma along the lines described by Tres Seaver in Avoiding Temptation: Notes on using unittest effectively which this document is based on.
 
Three object-oriented implementations of a prototype solver of the advection equation are introduced. Presented programs are based on Blitz++ (C++), NumPy (Python), and Fortran's built-in array containers. The solvers include an implementation of the Multidimensional Positive-Definite Advective Transport Algorithm (MPDATA). 
 
This post gives you an introduction to iampl, a project which implements AMPL magics for IPython.
 
This video tutorial shows you how to turn a paper based fortune telling game into a computer program using Python 3 and a Raspberry Pi. 
 
Morse Code is an old method of transmitting text messages. This post shows how to implement it using Python.

 
 
 
Interesting Projects, Tools and Libraries

Booby is a standalone data modeling and validation library written in Python.
 
Hacker news in your terminal.
 
Grako (for grammar compiler) is a tool that takes grammars in a variation of EBNF as input, and outputs a memoizing PEG parser in Python.

django-hyperadmin is an API framework for building RESTful resources in Django. Resources tend to be anything you can manipulate with forms (including models) and configuration of an API resource is similar to an Admin Model. APIs support REST out of the box and clients may be installed seperately to provide additional functionality.
 
Command line tools for the Google Data APIs.
 
Mozilla's Playdoh is a web application template based on Django.
 
Written by Everyone Altogether, The Big Adventure Game 


Books

Get the lowdown on unittest and doctest, as well as some doctest gotchas.


New Releases

As part of the Django 1.5 release process, the django team had released Django 1.5 release candidate 1, a preview/testing package for Django 1.5. 


Upcoming Events and Webinars

There will be following talks
  • Reliable and efficient Facebook data processing
  • Deployments Exposed
 
This talk will be an introduction to testing in Django and cover a few of the tools available to developers.
 
The talk will use examples to go over Django's built in logging features, which can be tricky to use to their fullest potential. For remaining time, come with your laptop to work on your project, give and get help over the shoulders of others for anything related to Django, including Python, CSS, HTML, JavaScript, Django apps, etc.
 

Share Python Weekly  Facebook Twitter Reddit StumbleUpon DZone LinkedIn Digg Delicious Slashdot

You are receiving our weekly newsletter because you signed up at http://www.PythonWeekly.com.

Unsubscribe zsp...@gmail.com from this list | Forward to a friend | Update your profile
Our mailing address is:
Python Weekly
Brooklyn
Brooklyn, NY 11209

Add us to your address book

Copyright (C) 2013 Python Weekly All rights reserved.



--
关于我
http://zuroc.42qu.com/

42区 . VPS主机 , 卖给创业的你
http://vps.42qu.com/

欢迎参与42qu.com开源项目
http://book.42qu.com/42qu

afe....@gmail.com

unread,
Jan 16, 2013, 12:25:32 AM1/16/13
to 张沈鹏, 42q...@googlegroups.com
申请认领


--
 
 

张沈鹏

unread,
Jan 16, 2013, 12:53:07 AM1/16/13
to afe....@gmail.com, 42q...@googlegroups.com
确认 , 和 python weekly重复的可以忽略

--
 
 

afe....@gmail.com

unread,
Jan 16, 2013, 12:57:13 AM1/16/13
to 张沈鹏, 42q...@googlegroups.com
好的, 要是重复的段落太长, 我就直接标注 “  见:Pycoder's Weekly (Issue #48) ” 了。

afe....@gmail.com

unread,
Jan 18, 2013, 6:41:41 AM1/18/13
to 张沈鹏, 42q...@googlegroups.com
 Python Weekly (Issue 69 - January 10, 2013)  翻译已完成
支付宝帐号:  youn...@163.com



On Wed, Jan 16, 2013 at 11:00 AM, 张沈鹏 <zsp...@gmail.com> wrote:

--
 
 

张沈鹏

unread,
Jan 19, 2013, 10:49:09 PM1/19/13
to afe....@gmail.com, 42q...@googlegroups.com
付款账户:zs...@yahoo.com.cn
收款账户: youn...@163.com
付款金额: 25.00
付款说明: 转账
付款时间:2013.01.20 11:27:45
状态:转账成功

收录到

Tao Lin

unread,
Jan 19, 2013, 11:38:37 PM1/19/13
to 张沈鹏, 42q...@googlegroups.com
hi, all
我想问一下有没有专门的页面列出了目前待翻译的文章?


2013/1/20 张沈鹏 <zsp...@gmail.com>

--
 
 



--
Tao Lin
Software School, Sun Yat-sen University
Reply all
Reply to author
Forward
0 new messages