Re: process mp3 file

2010-03-05 Thread vanam
On Mar 3, 3:43 pm, asit wrote: > > Define "processing". > > getting the title, song name, etc of the file and updating in a > database Other possibility can be passing out the extension of the file and directory where the files are present, using os.walk we can extract the file name by filtering

[File Input Module]Replacing string in a file

2010-01-28 Thread vanam
Hi all, For replacing string in the file, i have used the module File input for replacing the string in the file. For understanding and execution purpose, i have just included Python as a string in the file and want it to be replaced to PYTHON. Below are my queries and code: (Correct me if my un

Graphics

2008-07-10 Thread vanam
hi all i am new to python programming a beginner. I Came to know from the groups that "How to think like a computer scientist" is preferable for begineers. i just looking through that i came to one section where a sample program for generation of graphics is present.i tried to copy the same script