| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
9年前发布

GitHub上几个有趣的Python项目

本周的Pycoders Weekly上,看到几个有意思的repo,和大家分享一下,也给自己留个记录,便于以后review

i2o

  • Trigger sound effects from a web hook. You can play sounds or listen to a message using text to speech.
  • gevin注:看到的第一个和声音有关的python repo,有树莓派的童靴可以把这个折腾到自己树莓派里去

question

  • A Flask web server for quickly asking someone a question
  • gevin注:Flask又好学又好玩,又一个用Flask瞎折腾的方向期待你开发

mkdocs

  • Project documentation with Markdown. http://www.mkdocs.org
  • gevin注:喜欢markdown的pythoner都对这个不陌生吧?

cyborg

  • Python web scraping framework
  • gevin注:多少人因爬虫入坑python的?这个python3的爬虫顺应最近的python大潮流啊

airflow

  • AirFlow is a system to programmatically author, schedule and monitor data pipelines.
  • gevin注:我最近在研究工作流呢,怎么早没发现这个?

wordinserter

  • Insert HTML or Markdown into a Word document
  • gevin注:哎呦,不错,纯python操作wording文档,window下的pythoner,不收白不收,没准哪天就用上了

hashfs

  • A content-addressable file management system for Python
  • gevin注:除了数据仓库,想想还有哪里可以用?
来自:http://www.jianshu.com/p/be71d3ac37f2

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1433941620848.html
Python开发 Github