Hi Pythonistas!
本周 Jam 又打包了成吨的好物, 来看看吧!
一如即往,任何疑问/意见/抱怨/建议, 让我们知道就好;
To the keep up with all the breaking Python news follow @pycoders.
想跟上所有 蠎界 新闻? @pycoders.
请用 Gittip 支持俺们吧!
原文: Pycoder's Weekly (Issue #95): Fork
新闻
- Python 3 was released 5 years ago! (python.org)
5 year anniversary of your second favorite Python version.
- Security Advisory: ImageField Abuse (djangoproject.com)
You should probably take a look if you use ImageField and Django. Just Sayin'.
- Announcing PyCharm 3.0.2 (jetbrains.com)
Probably fixes a few annoyances you might have been having as of late.
- BioPython 1.63 released (open-bio.org)
讨论
-
Developers Who Work on Large Python Projects. Do you use an IDE? (reddit.com)
-
What Are Some Must Watch Python Videos? (reddit.com)
项目
- p2pool (github.com)
A peer-to-peer bitcoin mining pool.
- pms (github.com)
Poor Man's Spotify, search and stream music.
- chronic (github.com)
Half way between a simple timer and profile, chronic allows you to add decorators or wrap code in with statements to determine execution time.
- twosheds (github.com)
This is a library, written in Python, for making command language interpreters, or shells. twosheds lets you write your own shell, in Python, complete customization.
- assetgen (github.com)
A framework agnostic asset generator for modern web applications. It aims to replace all the ad-hoc scripts you have hanging around to manage your css and JavaScript Files.
文章
- Profiling Python Like a Boss (zapier.com)
Great guide to do some quick profiling of your Python applications with the goal to quickly identify bottlenecks, fix them and confirm you have fixed them.
- Deploy Django applications with Fabric (tmanstwobits.com)
If you are not deploying your application to Heroku or its like, Fabric is one of the key tools to deploying your application in a consistent and repeatable manner. Check out this post which guides you to deploying your Django applications with Fabric.
- Improve Your Python: Decorators Explained (jeffknupp.com)
Still mystified by Python decorators, check out this great explanation.
-
Kernel Density Estimation in Python (github.io)
-
Let's TDD a Simple App in Django (pypix.com)
Looking to get started with Test Driven Development on a Django project? This tutorial will help you hit the ground running.
Web that support realtime data are more and more becoming the future. Get started making your Flask app realtime with Gevent and server-sent events.
- Dependencies with Python: a bit of history (gemnasium.com)
Python packaging has a long and tangled history. Get a breakdown of the history of Python packaging/dependencies from distutils to pip.
- Sound in Python (bastibe.de)
If you ever wanted to work with audio data in Python this is the post for you. In this post the author guides you through the process of reading and writing audio data using a library he has created called PySoundCard.
- Parallelism and Serialization How Poor Pickling Breaks Multiprocessing (matthewrocklin.com)
是也乎
- 131213 Zoom.Quiet 用时 7 分钟 完成格式转抄.
Comments