I'm completely new to Python, never wrote a C program, but I have written in C++. I've never used argv, but an assignment is requiring me to learn it and use it now. I'm using Python 2.5, IDLE (for writing code), using Win XP pro environment (can't get my Ubuntu to see my wireless card).
I'm supposed to write a module that will take an argument from the command line that will read a file and process it. I really don't know how to do this and would appreciate a spoon fed version tutorial.
Help, Please?
I'm supposed to write a module that will take an argument from the command line that will read a file and process it. I really don't know how to do this and would appreciate a spoon fed version tutorial.
Help, Please?
Comment