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

2008-11-26 Thread Gilbert
** 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] wrote: On Tue, Nov 25, 2008 at 6:16 PM

[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] 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, Gilbert On Wed

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 on this list. It might

[Tutor] question on string

2005-08-01 Thread Gilbert Tsang
string in this manner? Thanks, 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.

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, Liam. b

[Tutor] Control flow

2005-01-28 Thread Gilbert Tsang
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 ( Weather is really bad, still go out to jog?[y/n