Pages

Saturday, 14 December 2013

跟python有关的东西

Tools

Web Framework

App

Web App

  • BBS
    • DjangoBB
    • pyBB
    • Project Babel 2 – 托管在google app engine上的社区系统
    • june – 简约的论坛程序
    • lusernews – 为似于Hacknews的社交新闻系统
    • post_bar – 使用 web.py 实现的仿 v2ex 社区网站
    • PBB
    • F2E.im – F2E前端社区,使用tornado实现
    • 3n1b.com – 使用tornado实现的大学生社区
  • Blog
    • DPress – 基于Django的一个简单博客程序
    • DevilNotes – 基于 Tornado, Pygments, PyRSS2Gen, Misaka, SQLAchemy 的开源博客程序
    • logpress-tornado – 使用tornado,jinja2,peewee开发的基于markdown写作的博客
    • pypress-tornado – 基于tornado开发的团队博客系统
    • hyde – 一款静态博客系统,支持django模版标签和版本控制
    • Felix Felicis – 又一款静态博客系统
    • acrylamid – 同上,static blog generator in python with incremental rendering
    • Letterpress – 基于python的极简博客系统

Packages & Utility Class

  • Network
    • lxml – 一款高性能Python XML库,支持XPath、XSLT,可对XML和HTML执行解析、序列化和转换等
    • requests – Requests is an ISC Licensed HTTP library, written in Python, for human beings.
    • Logmon – Logmon is a realtime log reader written with Flask and Juggernaut.
    • Gevent – 非常好的用来写 Socket Server 的框架
    • Twisted – 同上
    • msgpack – 一个据说速度很快的序列化库
    • zerorpc – dotcloud 基于 msgpack 和 zeromq 的 rpc
  • Web Development Useful Library
    • WTForms – WTForms is a forms validation and rendering library for python web development.
    • FormEncode – 同上
    • tforms – 同上
    • feedparser – Parse Atom and RSS feeds in Python
    • Pectin – A python web application thin glue layer
  • System
    • pythonbrew – python的多版本管理器
    • psutil – 用来查看系统的各种状态

Other

Website

References

--------------------------------------

 https://github.com/Evlos/Python-Blog-RedisPress