原文: Pycoder's Weekly (Issue #22) : Python Molurus
Hi Pythonistas.
We have been running a little shirt campaign and is coming to an end this Wednesday. If your so inclined pick up a shirt and support us!
If you want a sticker send us a self addressed stamped envelope to*:
44 Byward Market Square, Suite 210 Ottawa, Ontario Canada K1P 7A2
- Please provide either Canadian stamps or 1USD North America; 2USD International.
** Stickers while supplies last
贴纸已经抵达, 我们将在下周向所有联系过我们的人发送.
我们还在寻找新的赞助商. Postmates 是我们的第一个赞助商, 不仅能获得贴纸, 还令我们能继续使用 mailchimp.
如果你有兴趣赞助周刊请联系我们.
如果你想要一个贴纸, 寄给我们回邮信封就好(送完为止):
44 Byward Market Square, Suite 210
Ottawa, Ontario Canada
K1P 7A2
戳这里 和我们签订契约成为魔法少女(少年). (◕‿‿◕)
新闻与开发动态
- PyCon 2013 (blogspot.ca)
PyCon 2013 has been announced. PyCon will be held March 13-21st in the same Santa Clara location as 2012. This year PyCon has a hard Cap of 2500 attendees so be sure to not wait too late to get your passes once they are available.
- Julython City Leaderboard (julython.org)
Last week we mentioned Julython , if you are interested in following the projects and who is doing what in individual cities for Julython, check out the leaderboard.
- Celery 3.0.1 (celeryproject.org)
A new dot release for Celery with tons of improvements. Improved APIs, workers no longer use threads for much greater performance and much more. Reads the docs here.
讨论
- What's the best tool for creating a GUI with Python? (reddit.com)
项目
-
sphinx-git (github.com) This allows you to include a git changelog of your sphinx documentation.
-
subscribely (github.com)
Watch out Manpacks. Subscribely is a boilerplate tool for building your own subscription service. Built on top of flask and deployed on Google App Engine.
-
plop (github.com) Do you like removing slow code? cProfiler too slow? Plop boasts low overhead and minimal performance impact on the overall system, low enough to try in production™ even. Work in progress worth a look though!
-
Logr (github.com)
-
quantum (github.com)
Neutron is a virtual network service for Openstack.
http://openstack.org
文章
- The compiler rarely knows best (alexgaynor.net)
Alex Gaynor posts a response on his blog to this post,
"Does the compiler know best?".
He discusses the goals and motivations of PyPy and some counterpoints to the original authors claims.
- Python 201: Creating Modules and Packages (pythonlibrary.org)
For those of you starting out, here is a good tutorial for beginners by Mouse vs. Python. This time he covers modules and packages.
- Powerful autocomplete with Redis in under 200 lines of Python (charlesleifer.com)
This is really great. This is an in depth guide to creating a powerful autocomplete system with redis and Python. The author explains with code, how the auto completion algorithms work and how to put it together to make the autocomplete work. You can see the final product packaged up here on github .
- Test coverage with nose and coverage.py (saltycrane.com)
We love SaltyCrane here at Pycoders. Clear, concise and practical introduction to nose and coverage.py. If you want to start nerding out on tests, check this out.
- Django Class-Based View Mixins: Part 1 (robgolding.com)
Are you a Django developer? Are you looking to learn about Django class based views? Here is an article that will get you started with using Mixins to decorate your class based views and add functionality.
- Simple HTTP Basic Auth Wall (pydanny.com)
This is exactly what the title says. Pydanny implements a very simple HTTP basic auth for an app using WSGI middleware and barrel.
- Making ctypes Structures beautiful (y4kstudios.com)
是也乎
- 1312?? Zoom.Quiet 用时 27 分钟 完成快译.
- 131221 Zoom.Quiet 用时 7 分钟 完成格式转抄.
Comments