[Tutor] command for clearing user screen input

2005-03-13 Thread Gopinath V, ASDC Chennai
Title: command for clearing user screen input HI all, I'm trying a series of inputs ...i need to get the screen cleared after every 5 inputs...can any 1 tell me how do I do it -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 13, 2005 4:31 PM

[Tutor] RE:

2005-02-17 Thread Gopinath V, ASDC Chennai
Title: RE: robert wrote Message: 1 Date: Wed, 16 Feb 2005 21:49:14 -0600 From: Robert Campbell [EMAIL PROTECTED] Subject: [Tutor] Active Python To: tutor@python.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-1 Hi, I am not a programmer, but have

[Tutor] counting no of words

2005-01-20 Thread Gopinath V, ASDC Chennai
Title: counting no of words hi all, Is it possible to write a program in python to calculate the number of words in a MS-Word document Page Regards gopi ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] RE:

2005-01-17 Thread Gopinath V, ASDC Chennai
Title: RE: On Wed, 12 Jan 2005, Orri Ganel wrote: stuff = [[0,'sdfsd','wrtew'], [1, 'rht','erterg']] stuff [[0, 'sdfsd', 'wrtew'], [1, 'rht', 'erterg']] print [stuff[i][0] for i in range(len(stuff))] [0, 1] Hi Orri, An alternative way to write this is: ### print [row[0] for

[Tutor] Is Tkinter the Gui in python

2005-01-12 Thread Gopinath V, ASDC Chennai
Title: Is Tkinter the Gui in python Hi Is the standard Tkinter module in python does the GUI - Front -end Interface for Python ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] hi

2005-01-10 Thread Gopinath V, ASDC Chennai
Title: hi Hi Can any1 please tell me how do i open an editor in python running in linux os -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 11, 2005 11:37 AM To: [EMAIL PROTECTED] Subject: Welcome to the Tutor mailing list (Digest