[Tutor] Opening and reading .cvs files in Python

Liam Clarke cyresse at gmail.com
Tue Dec 14 22:47:04 CET 2004


That's a very broad question. You could email it to yourself, check
out the IMAP, POP3, SMTP modules.

Alternatively, you could create an FTP session. Check out ftplib.

Once you've got it you can use the CSV module to read & parse it.

Have fun.

Liam Clarke,


On Tue, 14 Dec 2004 15:18:52 +0200, Johan Geldenhuys
<johan at accesstel.co.za> wrote:
>  Hi,
>  I want to find out how to open a .cvs file on a remote Windows machine and
> get file to my local linux folder.
>  
>  Any help would be appreciated.
>  
>  --        Johan 
> -- 
> This E-Mail has been scanned 
> Enjoy your day 
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
> 
> 
> 


-- 
'There is only one basic human right, and that is to do as you damn well please.
And with it comes the only basic human duty, to take the consequences.


More information about the Tutor mailing list