Re: [Tutor] Please comment on

2008-01-31 Thread Eric Brunson
I think the page is a little busy, but relatively clean overall. I don't like the popup that makes me interact with the page when I load it. Is that what you were looking for or would you like to be a little more specific? pee one wrote: > Please comment on > http://aspn.activestate.com/ASPN

[Tutor] Please comment on

2008-01-31 Thread pee one
Please comment on http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/543267 Thank you. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Please comment on this code...WORD FREQUENCY COUNTER

2006-10-23 Thread Tiago Saboga
Em Segunda 23 Outubro 2006 18:03, Asrarahmed Kadri escreveu: > Folks, > > I have written a program which calculates teh frequency of each word that > appears in a file. I would like to have your feedback. Sorry, I couldn't resist. Others talked about your code, but here's what I use (no, it's not

Re: [Tutor] Please comment on this code...WORD FREQUENCY COUNTER

2006-10-23 Thread John Fouhy
On 24/10/06, Asrarahmed Kadri <[EMAIL PROTECTED]> wrote: > I have written a program which calculates teh frequency of each word that > appears in a file. I would like to have your feedback. > This program only handles .txt files. I want it to handle word documents > also. How to accomplish this ..?

Re: [Tutor] Please comment on this code...WORD FREQUENCY COUNTER

2006-10-23 Thread wesley chun
> I have written a program which calculates teh frequency of each word that > appears in a file. I would like to have your feedback. > This program only handles .txt files. I want it to handle word documents > also. How to accomplish this ..??? Asrarahmed, you have made a good start. one area o

[Tutor] Please comment on this code...WORD FREQUENCY COUNTER

2006-10-23 Thread Asrarahmed Kadri
Folks,   I have written a program which calculates teh frequency of each word that appears in a file. I would like to have your feedback. This program only handles .txt files. I want it to handle word documents also. How to accomplish this ..???   Thanks. Regards. Asrarahmed   Code is as under: