GitHub上几个有趣的Python开源项目
cebp
9年前
本周的Pycoders Weekly上,看到几个有意思的repo,和大家分享一下,也给自己留个记录,便于以后review
- Trigger sound effects from a web hook. You can play sounds or listen to a message using text to speech.
- gevin注:看到的第一个和声音有关的python repo,有树莓派的童靴可以把这个折腾到自己树莓派里去
- A Flask web server for quickly asking someone a question
- gevin注:Flask又好学又好玩,又一个用Flask瞎折腾的方向期待你开发
- Project documentation with Markdown.http://www.mkdocs.org
- gevin注:喜欢markdown的pythoner都对这个不陌生吧?
- Python web scraping framework
- gevin注:多少人因爬虫入坑python的?这个python3的爬虫顺应最近的python大潮流啊
- AirFlow is a system to programmatically author, schedule and monitor data pipelines.
- gevin注:我最近在研究工作流呢,怎么早没发现这个?
- Insert HTML or Markdown into a Word document
- gevin注:哎呦,不错,纯python操作wording文档,window下的pythoner,不收白不收,没准哪天就用上了
- A content-addressable file management system for Python
- gevin注:除了数据仓库,想想还有哪里可以用?