[Tutor] Python and Excel

Kent Johnson kent37 at tds.net
Thu Jul 28 01:11:32 CEST 2005


Xabier Gonzalez wrote:
> Hello!
> 
> Honestly, I´m new in Python. I wanted to know about the possibility of 
> importing .txt text files from Excel and manage the contents (creating 
> graphics...) using Python. 

What kind of text files? If they are comma-separated-value files, you can read them easily using the csv module.

Kent



More information about the Tutor mailing list