Re: [Tutor] text file to excel csv file using python programming

2008-11-26 Thread Gilbert
92557.55s3 ** if my explanation is not so clear let me know. thanks. best regards, Gilbert On Wed, Nov 26, 2008 at 10:43 AM, Kent Johnson <[EMAIL PROTECTED

Re: [Tutor] text file to excel csv file using python programming

2008-11-25 Thread Gilbert
Hi Serdar, I will check on this. thanks a lot. best regards, Gilbert On Wed, Nov 26, 2008 at 7:40 AM, Serdar Tumgoren <[EMAIL PROTECTED]>wrote: > Hey Gilbert, > The below link leads to a very basic script I put together with some > assistance from several of the tutors o

Re: [Tutor] text file to excel csv file using python programming

2008-11-25 Thread Gilbert
Hi Serdar, ok thanks for your quick reply. I'll try to check this module. Hi people & serdar, in case you have some websites or books you can recoomend that have some sample python codes for converting text files ( e.g. *.dlg, *.log ) to *.csv, kindly share. best regards, Gilber

[Tutor] text file to excel csv file using python programming

2008-11-25 Thread Gilbert
learning. thanks. best regards, Gilbert ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] question on string

2005-08-01 Thread Gilbert Tsang
Thank you all for the enthusiastic responses. It must have been other part of the script since the command string construction now works. I also realized that "file" is a poor choice of variable name. Thanks Danny for telling me about the subprocess module. Best regards, Gilbert.

[Tutor] question on string

2005-08-01 Thread Gilbert Tsang
come with this module). Any insights on initializing string in this manner? Thanks, Gilbert. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Control flow

2005-01-31 Thread Gilbert Tsang
Thanks for the enthusiasm on how input/raw_input() works - my original intention was to ask a question on control flow so I didn't spend that much time testing out this piece of input code besides typing. But I did learn a lot. Thanks! Gilbert Jacob S. wrote: I noticed that too, Li

[Tutor] Control flow

2005-01-28 Thread Gilbert Tsang
n to achieve what I want. I know in that example you could probably manipulate the logic so that program ends at the bottom of the if-tree. My question is then how to exit in the middle of a if-then-else tree? Thanks, Gilbert. try: if ( bad_weather =='y' ): b = input ( &qu

[Tutor] Read file line by line

2005-01-25 Thread Gilbert Tsang
($line = ) { } ? I'm not asking for Python has to offer Perl already has, but simply wondering a good way to read from a file line-by-line. Regards, Gilbert. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor