Forum: Python Mar 17th, 2008 |
| Replies: 2 Views: 524 I got a text file and saved it in python25 (a folder) as .txt. I need to import this file and I am getting syntax error that file is not defined. I am a complete biology novice to defining and... |
Forum: Python Mar 16th, 2008 |
| Replies: 10 Views: 2,625 Thats right! I will try to understand this, it is not all complicated. Thanks for all your help! |
Forum: Python Mar 14th, 2008 |
| Replies: 10 Views: 2,625 I believe I want to use a GUI that allows the user to browse the file system and choose a file or to ask the user to key in a file name. I got the file which is saved in a .txt file. bgeddy used some... |
Forum: Python Mar 14th, 2008 |
| Replies: 10 Views: 2,625 Thanks bgeddy. I really do not have much clue as to what I am doing but I am very grateful for your response. Do I type the toggle as written? What am I expected to substitute in the toggle?
... |
Forum: Python Mar 13th, 2008 |
| Replies: 10 Views: 2,625 I would like some advice as to how to write my wc program. Program should accept a file name as input and then print three numbers showing the count of lines, words and characters in the file.... |