Skip to content
Kris Chi edited this page Jan 12, 2015 · 34 revisions

Welcome to Kris' personal knowledge base (PKB). http://chixq.com

DevOps

Architecture and Methodology

Python

  • argparse

  • A video cut lib link

  • iPython

  • vagrant

  • Automatic XSD validation

  • Python GUI framework -- kivy

  • Turn you python CLI into GUI link

  • Docopt

    抛弃optparse和argparse吧,使用docstrings来构建优雅的,可读性强的,并且复杂(如果你需要的话)的命令行界面。IMO2013年创建的最好的库。

  • Requests

    或称为人类使用的HTTP,是一个处理HTTP请求更为pythonic 的方法,比urllib2更更更好用。口碑可见,他在PyPI上下载已经超过5,000,000次。

  • lxml

    libxml2和libxslt的合体。如果你要处理XML或HTML,lxml是最好的选择。

  • Bottle

    一个快速,简单,轻量级的WSGI微型web框架。几秒内就能构建小型站点和APIs。所有的框架只有一个py文件,你甚至可以放进任意目录。

  • sh

    一个成熟的Python子进程界面工具,允许你像运行函数一样运行任何程序。超级好用。

  • Structlog

    一个先进的日志记录处理器。他集成了多个现存的日志记录工具,包含了Python标准库。你可以创建普通记录器,按你所想增加内容,使你的日志拥有持久性和可读性。

  • Watchdog

    一个跨平台的Python库和shell工具,可以监视文件系统事件。超级好用,并且容易上手。

  • Delorean

    可以是你用非常方便的方法来处理数据和时间。设置时区,截取到秒,分,小时,或者甚至使用特殊方法从一个数据迭代到另一个。浏览下文档,里面有很多示例

  • arrow Modern python time lib

Web-Framework

Linux

Networking

Nginx

Design

Misc (not cataloged)


I am a junior researcher @ Samsung, my work covers mainly on DevOps, Intelligence Computing Platform, Continuous Integration and some relevant technology.

Using github-wiki as PKB is inspired by Designing a Personal Knowledgebase