On Mon, Aug 17, 2009 at 7:49 PM, Allan Fong<af2...@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 -- http://mail.python.org/mailman/listinfo/python-list