Python packages for CSV, EXCEL, Oracle DB, Greenplum, PostgresSQL, Cfg File

1) Python csv module gives directly support for CSV
Reference Link:
http://docs.python.org/library/csv.html

2) For excel manipulation, there are two well-known packages:
xlrd/xlwd/xlutils, which are pure Python, can work on any platform
Reference Link:
http://www.python-excel.org/

win32com.client, a.k.a Python Windows extension,  which is com based, and only works on Windows
Reference Link:
http://starship.python.net/crew/mhammond/win32/Downloads.html

3)  For Oracle DB,  cx_Oracle is the most well-known
Reference Link:
http://cx-oracle.sourceforge.net/html/index.html#
http://st-curriculum.oracle.com/obe/db/11g/r2/prod/appdev/opensrclang/python/python.htm

4) For Greenplum/PostgreSQL, there are two well-known pacages:
psycopg2
Reference Link:
http://www.initd.org/psycopg/download/

PyGreSQL
Reference Link:
http://www.pygresql.org/

5) Python ConfigureParser module provide direct supports for cfg-like file manipulation
Reference Link:
http://docs.python.org/library/configparser.html#module-ConfigParser

How to pick among them ?
Google please and read the their docs.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值