本周的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注:除了数据仓库,想想还有哪里可以用?