Re: [Tutor] Filling in Missing Data from Txt Files - Resubmitted

2011-01-11 Thread ALAN GAULD
forwarding to group. Please use Reply-All when responding to the group. Alan Gauld Author of the Learn To Program website http://www.alan-g.me.uk/ - Original Message > From: "Benson, Randall" > To: Alan Gauld > Sent: Tuesday, 11 January, 2011 19:47:21 > Subject: RE: [Tutor] Fillin

Re: [Tutor] test- why no traffic?

2011-01-11 Thread Luke Paireepinart
i see you. did you change your settings so you don't get e-mails? On Tue, Jan 11, 2011 at 12:17 PM, wrote: > hmmm, wonder if my membership went belly up... no traffic arriving... > hmmm... > > ___ > Tutor maillist  -  tu...@python.org > To unsubscribe

[Tutor] test- why no traffic?

2011-01-11 Thread kbailey
hmmm, wonder if my membership went belly up... no traffic arriving... hmmm... ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] about import statement

2011-01-11 Thread Knacktus
Am 11.01.2011 13:02, schrieb arun kumar: I'm trying to program with google api i downloaded the libraries provided by the google. http://code.google.com/apis/gdata/docs/client-libraries.html In oder to write program with google api, i need to write some import statements. But i'm unable to under

Re: [Tutor] Filling in Missing Data from Txt Files - Resubmitted

2011-01-11 Thread Alan Gauld
"Benson, Randall" wrote hour as shown below. In the sample below there is no data for hours 1000, 1100, 1200 and 1300. For these missing data rows I need to insert the correct date, time and - for the other missing data columns (columns 2-6). 080618 0950 5.10 7.40 224.0 -3.54 -3

Re: [Tutor] Change Font Size when print to screen

2011-01-11 Thread Alan Gauld
"tee chwee liong" wrote When I do print "Hello World", it will print to the cmd window with the standard font size. Is there a way we can increase the font size to larger when print out to the cmd window? If you want to control appearance other than bold/flashing/underline and color then you

[Tutor] Filling in Missing Data from Txt Files - Resubmitted

2011-01-11 Thread Benson, Randall
Thank you kindly in advance for help on this topic: I am almost finished with writing a program that averages 10-minute column data and outputs the 10-minute data into hourly averages in a separate txt file - the program executes and outputs to the output file perfectly for use by another progr

Re: [Tutor] about import statement

2011-01-11 Thread arun kumar
I'm trying to program with google api i downloaded the libraries provided by the google. http://code.google.com/apis/gdata/docs/client-libraries.html In oder to write program with google api, i need to write some import statements. But i'm unable to understand the hierarchy of the modules,packages

Re: [Tutor] Change Font Size when print to screen

2011-01-11 Thread tee chwee liong
tim, you are right. i'm using Windows XP and Python 2.5. thanks tcl76 > Date: Tue, 11 Jan 2011 09:21:26 + > From: m...@timgolden.me.uk > CC: tutor@python.org > Subject: Re: [Tutor] Change Font Size when print to screen > > On 11/01/2011 09:03, tee chwee liong wrote: > > When I do print "H

Re: [Tutor] Change Font Size when print to screen

2011-01-11 Thread Tim Golden
On 11/01/2011 09:03, tee chwee liong wrote: When I do print "Hello World", it will print to the cmd window with the standard font size. Is there a way we can increase the font size to larger when print out to the cmd window? I'm going to assume that you're using Windows, since you refer to the

[Tutor] Change Font Size when print to screen

2011-01-11 Thread tee chwee liong
hi, When I do print "Hello World", it will print to the cmd window with the standard font size. Is there a way we can increase the font size to larger when print out to the cmd window? thanks tcl76 ___ Tutor ma