[Tutor] Tutorials on csv module??

Steven D'Aprano steve at pearwood.info
Wed Aug 24 13:58:49 CEST 2011


Khalid Al-Ghamdi wrote:
> Hi everyone,
> 
> can anyone point me to a good tutorial on using the csv module?

Search engines are a wonderful thing.

http://duckduckgo.com/?q=python+csv+tutorial


> also, is there a module that can help me check data in a excel file other
> than the csv module?

http://duckduckgo.com/?q=python+excel
http://duckduckgo.com/?q=python+xls

Try the xlwt and xlrd libraries.

http://www.python-excel.org/


-- 
Steven


More information about the Tutor mailing list