搜罗Py万物 的周刊
亲,
大家多分享文章 俺们才折腾的出又一周的美好呢.
喜欢就 在 Gratipay 支持俺们吧! 当然的,俺们也在twitter
--
原文: Pycoder's Weekly (Issue #139): Hero
新闻
从 Kickstarter 启动的 Django Rest 框架又完成小改进 ;-)
kickstarter.com
Shared by @myusuf3
DSF 董事会重新开放一些职位,已经开始召幕,有兴趣的,及时申报哪.
djangoproject.com
Shared by @mgrouchy
PyCharm 又一自由和开源版本发布. 全部的 教育版本 中包含了特殊教育助手程序, 可以帮助教师来辅助学习.
jetbrains.com
Shared by @mgrouchy
讨论
reddit.com Shared by @mgrouchy
(是也乎:
OOP 你好,
OOP 再见.)
项目
爽利的! "你咩意思?" ~ 在 AttributeLookup 上的功能加强. 嘦输入一个不正当的对象属性, didyoumean 就能建议可能的, 以便纠正你当前代码.
github.com
Shared by @mgrouchy
(是也乎:
实际使用起来是这样的...
>>> import didyoumean
>>> foo.baz
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'Foo' object has no attribute 'baz'
Maybe you meant: .bar
执行前,给出进一步建议,而不是只给出错误类型, 有爱!-)
)
支持 Google Hangouts 的第三方客户端.
github.com
Shared by @mgrouchy
(是也乎:
我辈码农爱CLI, 可惜墙外的API! )
分布式模糊测试的测试套件与网络管理
github.com
Shared by @mgrouchy
Django based mini framework inspired from Sinatra. Get a simple web up and running quickly with no fuss.
从 Sinatra 得到启发的 微型框架, 基于 Django. 无惊奇的简单 web 启动和运行.
github.com
Shared by @mgrouchy
(是也乎:
from importd import d
d(DEBUG=True)
@d("/")
def idx(request):
return "index.html"
@d("/post/<int:post_id>/")
def post(request, post_id):
return "post.html", {"post_id": post_id}
if __name__ == "__main__":
d.main()
你还能再象点 bottle 嘛?! )
命令行的 YouTube 播放和下载器.
github.com
Shared by @mgrouchy
(是也乎:
)
很赞的对 Homebrew + cask 的简单包装, 支持你将 OSX 的配置, 并复制到另外一台新机器上 .
github.com
Shared by @mgrouchy
根据 RFC 6902 对 JSON 进行了补全的库.
github.com
Shared by @mgrouchy
Python 项目的模板, 为你将一个软件工程应该考虑的所有方面,都进行了预设. 包含 工具/virtualenvs/静态分析/整理/上传发布...
github.com
Shared by @mgrouchy
(是也乎:
这本来是一个和编辑器之争要更加绵长的议题,
只是 Pythoneer 一般都在服务端折腾,所以,没有多少关注?
也可能 7 年前就已经解决了!
寻找更好的模板系统记 - 魏中华的日志 - 网易博客
当然 template-python 是 scaffold~工程脚手架
不是 web 应用模板,
但是, 大妈就是联想起来了呗...
)
coastermelt 支持开源固件, 创造性的利用了 BD-R 驱动器, 详细的有宣传片儿可看 ;-)
github.com
Shared by @myusuf3
非常实用的, 支持你对深藏在 Gmail 历史邮件中的图片进行挖掘. 使用 Gmail 有年头的你 值得拥有.
github.com
Shared by @caio1982
bencode 类似的,更快的对象序列化模块.
github.com
Shared by @andrew_resch
An implementation of a immutable data structures in Python. The collection types currently implemented are PVector (list), PMap (dict), PSet (set), PBag (Counter), PList (singly linked list) and PDeque (deque).
为 Python 实现的一系列不可变数据类型, 当前包含的有: PVector (列表), PMap (字典), PSet (集合), PBag (计数), PList (单链表) and PDeque (双端队列)
github.com
Shared by @mgrouchy
(是也乎:
这是 dropbox 静态化 Py 思路方向上的小伙伴哪 ;-)
KnockKnock 是命令行脚本, 专门用来探查在 OS X 开机自启动的最长时间运行的进程, 当然的,用 Python ;-)
github.com
Shared by @myusuf3
文章
很赞的教程, 从头儿折腾 iPython, Pandas and Matplotlib. 用 pandas 处理数据, 用 Matplotlib 在 IPython 中图形化.
pbpython.com
Shared by @mgrouchy
简单技巧,就可以作到令你的环境可引导.
通过: postmkvirtualenv
即可.
codeinthehole.com
Shared by @mgrouchy
在 Django 中上传文件到 S3 一直很痛苦. 现在有教程彻底解决这事儿了.
marksblogg.com
Shared by @mgrouchy
(是也乎:
又一个对墙后小伙伴不存在的痛苦.)
通过教程学习如何加密你的 SQLite 数据库, 并通过 Python 代码进行交互.
charlesleifer.com
Shared by @mgrouchy
超级详细的如何在 Django 中配置 Gulp 和 bower, 来支持 minifiying 和 post-processing 文件以及 LiveReload
revsys.com
Shared by @mgrouchy
此文给出了又一种比较, 以帮助你在多种 框架间进行决策.
airpair.com
Shared by @elldudley
就从这儿开始!
realpython.com
Shared by @rochacbruno
kracekumar.com
Shared by @mgrouchy
DAMA
(大妈私人无责任播报
)
是也乎
- 141103 Zoom.Quiet 用时 42 分钟 完成快译.
- 141101 Zoom.Quiet 用时 7 分钟 完成格式转抄.
Comments