10个开发人员应该知道的有用Python库

jopen 11年前

1) path.py

10个开发人员应该知道的有用Python库

2) pyclamav

pyClamAV是一个libclamav和Python的绑定,能够作为Python的模块使用,采用C语言编写。使用pyClamAV,开发者可以很方便的实现对病毒的扫描功能。

10个开发人员应该知道的有用Python库

3) sh

10个开发人员应该知道的有用Python库

4) jabberpy

jabber.py 是 Python 的 Jabber 协议开发包。

10个开发人员应该知道的有用Python库

6) watchdog

Python API 库和shell实用工具,用于监控文件系统事件。.

10个开发人员应该知道的有用Python库

7) python-irclib

This library is intended to encapsulate the IRC protocol at a quite low level. It provides an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP and DCC connections.

10个开发人员应该知道的有用Python库

8) pyquery

pyquery能够让你在Python程序员,使用类似于jquery的语法来查询XML文档。pyquery使用lxml库来实现快速XML和HTML操作。

 

10个开发人员应该知道的有用Python库

9) MySQLdb

MySQLdb是一个线程兼容的MySQL数据库服务器接口,它提供了Python数据库API。10个开发人员应该知道的有用Python库

10) fuzzywuzzy

Fuzzy string matching like a boss.

10个开发人员应该知道的有用Python库