[TOC] Image_202014_01_22_20at_2010.45.04_20AM9789bf.png(PNG 图像,860x97 像素)

Hi Pythonistas

亲, 俺们又来回顾 2015 ,又一个伟大的年份儿! 包去年最受欢迎的文章和项目, 如果你错过了几期, 就这一期不会丢失 2015 最好的. 嗯哼,还为你和你的MM 准备了一批纪念 T裇,从这儿 获取. 任何时候, 如果想分享好物给大家, 在这儿提交! If you want to end up in the next issue, or in this issue next year, share an article with us and get highlighted as a contributor. 喜欢我们收集的? 任何意见/建议,通过 twitter 来吧

项目

~ 大妈的直觉分类,以便查找

  • PyTricks 反复推荐的收集 Py 相关技巧和冷门知识的仓库. github.com Shared by @mgrouchy

Web

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
forever. Django!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • pywebhooks Flask实现的webhook服务 github.com Shared by @chadlung
  • Flask-Boost Flask 应用生成器! 确保你的工具箱中配置有最合适的工具, 以便加速开发节奏. github.com Shared by @mgrouchy
  • armada 完整的开发,部署,配置,搜索微服务方案. 制定使你的平台更面向服务的良好做法. github.com Shared by @myusuf3
  • Wooey 通过 web 界面自动化运行命令行脚本. github.com Shared by @mgrouchy
  • nameko Python"微服务"框架 github.com Shared by @myusuf3
  • question 用于快速提问的Flask web server github.com Shared by @mgrouchy
  • hug Python下极简创建Web API的工具包 github.com Shared by @mgrouchy

运维

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DevOPS.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • huptime 零停机重启工具 github.com Shared by @mgrouchy
  • flit 简化Python模块打包的工具 github.com Shared by @mgrouchy
  • boltons 大量BSD许可的Python实用工具集,标准库没有的,这里都有 github.com Shared by @mgrouchy
  • pipreqs 根据项目中导入的模块生成你自己的requirements.txt github.com Shared by @mgrouchy (是也乎: 其实不好用… )
  • selene 基于Python和Selenium的编写的简洁UI测试的框架 github.com Shared by @andybak
  • python-semantic-release 非常实用,可以根据语义自动控制你Python项目的版本 github.com Shared by @relekang
  • pigar 用来生成你Python项目依赖的复杂工具 github.com Shared by @myusuf3
  • gping 图形版ping指令 github.com Shared by @mgrouchy
  • zerotest 懒人专用工具,像老板一样测试你的API server github.com Shared by @myusuf3
  • pyperform 非常简洁的方式来进行Python代码性能测试, github.com Shared by @myusuf3
  • juicebox 为编程团队设计的虚拟机,这样你就可以专注于编程,而不是浪费时间在环境搭建上 github.com Shared by @jpadilla_
  • dusty 基于docker的开发环境构建工具 github.com Shared by @myusuf3
  • underwear 方便部署Python web应用到多台服务器而实现的Python库 github.com Shared by @myusuf3
  • pyscaffold PyScaffold 帮助你快速安装一个新的 Python 项目! github.com Shared by @myusuf3
  • profiling 交互式 Python 分析器, 非常想知道如何结合到 web 应用中… github.com Shared by @myusuf3
  • HTTPLang Python实现的脚本语言,用来编写Http请求的例程 github.com Shared by @mgrouchy (是也乎: 7牛团队有类似内部作品 )
  • Platter 个人认为还不够COOL. 期望安装过程能进一步简化! 相对使用 pip/wheel/virtualenv 来折腾时. pocoo.org Shared by @myusuf3 (是也乎: pocoo 出品必须关注! )
  • freight 目标是令部署更加自在的服务. github.com Shared by @myusuf3
  • oi 面向长期运行进程的框架 github.com Shared by @mgrouchy
  • Airflow: a workflow management platform Airflow则是Airbnb内部发起,排序,监控data pipeline的工具 airbnb.com Shared by @myusuf3
  • schedule 代替cron的定时任务系统 github.com Shared by @mgrouchy
  • glances Python实现的基于curses库的跨平台系统监控软件 github.com Shared by @mgrouchy (是也乎: 替代 htop )

实作

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cool proj.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • PyDark Pygame和Python实现的2D多人网游 github.com Shared by @mgrouchy
  • geoplotlib Python实现的地理数据可视化的工具集 github.com Shared by @mgrouchy
  • parserator 特定领域文本解析器 github.com Shared by @myusuf3
  • mkdocs 使用Markdown编写项目文档的平台 github.com Shared by @myusuf3 (是也乎: 事实上 PyCon2015China 的官网,用依重构过… )
  • interactive-coding-challenges 一系列的交互式编码挑战. 通常重点是在编码和比赛中发现的算法和数据结构. github.com Shared by @mgrouchy
  • pyNES 帅气!用Python写一些NES游戏来缅怀下你逝去的童年,当然前提是你够老~ gutomaia.net Shared by @mgrouchy
  • zulip Dropbox小组使用Python和Dropbox编写的开源组聊天工具. 看起来不错,尤其是对于那些喜欢类slack工具的小组. github.com Shared by @shoma
  • clize 尝试简化 CLI 界面参数处理的库. github.com Shared by @mgrouchy
  • Pyxley 致力于创建仪表的Python库! stitchfix.com Shared by @myusuf3
  • prettyconf 代码设置和分离的可扩展库,可帮助你遵循 12Factor 应用准则. github.com Shared by @myusuf3
  • tasktiger 基于redis的Python任务队列, 可替换Celery的方案,由Close.io的crew开发并使用. github.com Shared by @thomas_st
  • sen 方便管理docker引擎的终端接口 github.com Shared by @myusuf3

GUI

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GUI 总还是要的..
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • flexx 基于Web技术的Python UI 工具箱 github.com Shared by @myusuf3
  • remi 迷你Python GUI库 github.com Shared by @mgrouchy

数据科学

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DataScience
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • pyfolio Python库,用于金融投资组合的绩效和风险分析! 很酷!快来试用吧! github.com Shared by @myusuf3
  • skflow TensorFlow的简化接口,让人们方便进行预测分析和数据挖掘 github.com Shared by @mgrouchy
  • Kalman and Bayesian Filters in Python 使用Ipython Notebook创建的Kalman过滤器. 根据描述:“需要最低限制的数学知识, 专注直觉经验, 而不是传统证明式的学习” github.com Shared by @mgrouchy
  • redash 方便查询现行数据库的 web 应用! 提供数据集可视化的不同渠道. github.com Shared by @myusuf3
  • data-science-ipython-notebooks 一个非常不可思议的项目,不断更新python notebook, 超级炫酷的功能! github.com Shared by @myusuf3
  • Ibis Python数据分析库,使纯Python工作流的大数据系统能发挥出最佳的性能和可伸缩性. github.com Shared by @myusuf3
  • bidict 双路切片数据查找支持 github.com Shared by @mgrouchy
  • Rodeo: A data science IDE for Python 一个ŷhat打造的专门用于数据科学的Python IDE.他们建议你把它看作一个重量轻IPython Notebook的替代品. yhathq.com Shared by @mgrouchy
  • ufora 数据科学中Python的编译和自动并行 github.com Shared by @mgrouchy
  • code_py 有关数据科学的代码片段集 github.com Shared by @myusuf3

小工具

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tiny cool tools
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • Delorean 让时区操作更简单 github.com Shared by @myusuf3
  • ptpython 新一代REPL神器,自带自动补全,批量编辑,语法检验等功能. github.com Shared by @mgrouchy
  • mkcast 记录键盘输入并创建终端录屏GIF的神器! github.com Shared by @mgrouchy
  • usbkill 防攻击工具,根据你USB端口变化来关闭计算机 github.com Shared by @myusuf3
  • marker 命令行中的书签操作 github.com Shared by @mgrouchy
  • ytfs 像操作文件一样搜索并播放YouTube上的电影 github.com Shared by @mgrouchy
  • yagmail 用法简单的邮件发送库 github.com Shared by @mgrouchy
  • Pylsy 实用,终端下的表格制作工具 github.com Shared by @mgrouchy
  • chcli 黑客们的命令行挑战,如果你喜欢完成编程挑战,这一定是你的菜! github.com Shared by @mgrouchy
  • pykcd XKCD的Python接口 github.com Shared by @myusuf3
  • zerodb Python实现的端对端加密数据库 github.com Shared by @mgrouchy
  • Joblib 让Python函数象流水线任务般运行. github.com Shared by @mgrouchy
  • searchcmd 帅到哭的工具. 可以在命令行状态下就搜索出某个指令的正确使用姿势,可以跟长长的man说bye bye了 github.com Shared by @jimmyppi
  • API-Hour 用来编写daemons的轻量框架 github.com Shared by @mgrouchy
  • PyVmMonitor 好看的视觉分析器.目标成为分析Python 程序的最佳途径. pyvmmonitor.com Shared by @mgrouchy
  • geocoder Python编写的geocoder 为地理编码库, 简单一致 github.com Shared by @myusuf3
  • gitless 很赞,为 Python编写的git事务助手,从远程仓库初始化的功能我最喜欢. github.com Shared by @myusuf3
  • dodo 漂亮的命令行任务管理应用. github.com Shared by @atmb4u
  • eg 在命令行显示可用例子的工具 github.com Shared by @mgrouchy
  • ptop Python实现的任务管理器 github.com Shared by @myusuf3
  • st2 运维的IFFTTT,不可思议,阅读README查看更多详情 github.com Shared by @mgrouchy
  • Watson 终端时间管理软件 github.com Shared by @julienmaupetit
  • ohmu 磁盘空间终端可视化工具 github.com Shared by @mgrouchy
  • Legofy 图像乐高化工具 github.com Shared by @mgrouchy
  • ping-me 终端备忘录 github.com Shared by @mgrouchy
  • braindump 方便你日常规划的开放记事平台 github.com Shared by @mgrouchy
  • py-spin 终端Spinner github.com Shared by @mgrouchy

文章

Web

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RESTful always
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Pythonic

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Pythonic inside
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Python 3

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
future for Python?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • Python3存在的意义 好奇为什么会有Python3的存在?Python核心开发者Brett Cannon将告诉你原因 snarky.ca Shared by @mgrouchy
  • Python 3异步编程 Python已经在异步编程方面做了很多改进,不错的文章,从原理出发. nitrous.io Shared by @myusuf3
  • 用Python 3.5处理后台任务 本文描述了如何使用Python3.5中的asyncio来异步的处理后台任务 curiousefficiency.org Shared by @mgrouchy

工程

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DevOps.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Docker

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
future for Deploy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

实操

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logging for create
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

数据科学

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DataScience + .ipnb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

人工智能

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AI.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

是也乎

整体上, 2015 也是精彩的一年, 快译了所有周刊的大妈们,私人感受:

  • Python 自身的奥妙远没有挖掘透
  • IPython 和数据科学已经完成绑定
  • Docker 神奇的成为了主流
  • Django 和 Flask 继续瑜亮,无有其它新框架冒头
  • 国人作品慢慢也有了国际声音 欢迎大家留言,分享你的 2015 Pythonic 体验!

私人推荐

修订

  • 160117 Zoom.Quiet(大妈) 用时 42 * 2分钟通过 Leo 完成分类整理
  • 160114 Spawnris(老高) 先后用时 42 * 5分钟 完成快译.
  • 160109 Zoom.Quiet 用时 42 分钟 完成 md 格式化.