New to python

Chris Rebert clp2 at rebertia.com
Mon Aug 17 23:22:50 EDT 2009


On Mon, Aug 17, 2009 at 7:49 PM, Allan Fong<af2012 at gmail.com> wrote:
> Hi! I'm fairly new to Python.  I understand the basics basics but I'm been
> trying to write a simple python code that will let me read input data from
> my USB drive and write it in a text file and I am so lost.  Can anyone help
> or direct me to some resources?  Thank you!

Working with files: http://docs.python.org/library/stdtypes.html#file-objects

Reading+writing common file formats:
JSON: http://docs.python.org/library/json.html
CSV: http://docs.python.org/library/csv.html

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list