搜罗Py万物 的周刊
亲,
大家多分享文章
俺们才折腾的出又一周的美好呢.
喜欢就
在 Gratipay
支持俺们吧!
当然的,俺们也在twitter
--
- 原稿: Issue 140: Tweet
- 原文: Pycoder's Weekly (Issue #140): Tweet
新闻
- 第二届 PyTennessee 大会将在 2/7~8 进行
明年在纳什维尔, 2/7~8 第二届 PyTennessee 将举行.
已经明确有4个主题,36场演讲/培训
年轻程序员, PyLadies 募捐等等.
征稿开放至 11/15.
pytennessee.org
Shared by @jasonamyers
- EuroPython 2015 召集: 现场团队
欧洲Python 安全大会(EPS)发布了征召(CFP),
呼吁来现场担当组织的团队,
官网将安置团队的介绍,更多细节去官网.
europython.eu
Shared by @mgrouchy
- PyPy IO 改进
更多细节进入链接查阅.
PyPy 团队如常折腾中.
blogspot.ca
Shared by @myusuf3
- 介绍 db.py
不开玩笑,这正是多数数据分析工期集中缺少的那一块!
yhathq.com
Shared by @myusuf3
讨论
IPython notebooks 已在同行评议的学术刊物中被指认为合法的补充材料
reddit.com
Shared by @mgrouchy
(是也乎:
这直接表明了 IPy notebooks 工具链,
已经进入生产环节,
必须用起了.)
项目
- elpy
为 Emcas 准备的 Python 开发环境
github.com
Shared by @mgrouchy
- home-assistant
家庭自动助理 Python 的.
github.com
Shared by @mgrouchy
- nogotofail
网络安全测试工期,
旨在协助开发和安全研究人员,现场修复弱 TLS/SSL 连接,
以及敏感的明文通信设备和应用.
github.com
Shared by @mgrouchy
- pyskel
又一工程脚手架,
包含了测试套件 py.test 以及 CLI 支持包 click.
github.com
Shared by @mgrouchy
- changes
自动发布任务工具,
协助你的工程自动化完成
从提交信息到语义化的版本控制,
等等事务,并自动生成更新日志.
github.com
Shared by @mgrouchy
- db.py
提供了简单的方法来和数据库进行交互,
前述新闻有报道.
github.com
Shared by @myusuf3
(是也乎:
基于 pandas 的数据分析的,
跨数据的全部 交互.)
- pgosquery
类似 Facebook's OSQuery 的
以 SQL 驱动的操作系统以及分析,
依赖 Postgres 的 外部数据封装.
github.com
Shared by @mgrouchy
- tmpnb
完备的用 Docker 容器完可以创建 Jupyter Notebook 服务的工具集
github.com
Shared by @mgrouchy
- RxPY
其自述曰:"
RxPY 是异步的基于事件的 LINQ 样的
查询操作符支持库"
github.com
Shared by @mgrouchy
- log_calls
提供在日志中记录 调用者 的名称/args/值 以及更多信息.
github.com
Shared by @mgrouchy
- Using geopandas on Windows
很少能得见有关在 Windows 中使用 Python 的文章,
这篇是难得的 有关在 windows 中安装 geopandas 的文章.
geoffboeing.com
Shared by @mgrouchy
- diagram
Text mode diagrams using UTF-8 characters and fancy colors
文本模式的图表,配合彩色以及 UTF-8 字符实现!
github.com
Shared by @mgrouchy
(是也乎:
嚓! 这一下就可以在 CLI 中直接输出图表了!
)
文章
- Django 中的 XSS 安全
漂亮的手册,
提供了可行的过程来防止你的 Django 应用的 XSS 漏洞.
mehmetince.net
Shared by @mgrouchy
- 驯服日志格式
一些技巧,用 JSON 格式来增强你的应用日志
github.io
Shared by @mgrouchy
- Heroku Piggyback SSL 给 Pyramid 1.5
Nice, 如何在 Heroku 中用 Pyramid 1.5 重定向不安全的请求到 HTTPS
brandon-bradley.com
Shared by @mgrouchy
- 通过 Plotly 和 Python 进行在线数据图表生成
详细的教程,用 Plotly 折腾在线图表.
pythonlibrary.org
Shared by @mgrouchy
- Pyston 的栈内省(反思)
Pyston
是 PyPy
竞争对手,
此文从 栈内省 角度进行了对比反思.
pyston.org
Shared by @myusuf3
(是也乎:
其实就是忽悠 Pyston 的新功能:
frame introspection
对 locals()
的理性增强)
- 亲爱的日记,用Python 进行日记加密
非常 COOL 的教程,你,值得折腾.
charlesleifer.com
Shared by @mgrouchy
- 用 Pycrypto 加密文件
对 PyCrypto 的精彩进行了阐述,
值得一阅.
brainacle.com
Shared by @mgrouchy
- 理解 Python 字节码
想知道 Python 字节码如何在
Python 2.6/2.7 以及 CPython 间的翻译嘛?
此文值得你一观.
coverity.com
Shared by @mgrouchy
- 用 Reveal.js, Python 和 WebSockets 发布你的高级幻灯
twilio.com
Shared by @mattmakai
(是也乎:
看看这货的依赖:
Flask==0.10.1
Flask-Script==2.0.5
Flask-SocketIO==0.4.1
gunicorn==19.1.1
redis==2.10.3
twilio==3.6.8
俺整个人都不好了.至于嘛!
)
- Python 2 vs. Python 3: 如何决择
新项目到底应该用 Python 2 或是 3 ?
此文可以帮你下决心.
airpair.com
Shared by @elldudley
- Python OpenCV 的图像重投影
点赞!
用 Python OpenCV 可以艺术家样的创建视频作品!
uberhip.com
Shared by @mgrouchy
DAMA
(大妈私人无责任播报
)
是也乎
- 141110 Zoom.Quiet 用时 42 分钟 完成快译.
- 141110 Zoom.Quiet 用时 7 分钟 完成格式转抄.