[Tutor] how to do excel in python

2010-08-05 Thread invincible patriot
hi, can any one tell me how can I access MS excel worksheet in python and how can I access itz individual cells..?? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options:

[Tutor] need idea

2010-02-10 Thread invincible patriot
hi i want to compare a string with a dictionary or u can say that i want to take user input A STRING, and want to compare each character of that string with the KEYS in the dictionary, and then i wana print the values for the characters that are present in that strinng that we got as the

[Tutor] Needleman-Wunsch algorithm

2010-02-10 Thread invincible patriot
hi i hope every one knows about the needleman wunsch algo i am trying to do the same task, can some one give me an outline as to how should i start after taking 2 input strings from the user..

Re: [Tutor] need idea

2010-02-10 Thread invincible patriot
To: invincible_patr...@hotmail.com CC: tutor@python.org On Wed, Feb 10, 2010 at 10:27 PM, invincible patriot invincible_patr...@hotmail.com wrote: hi i want to compare a string with a dictionary or u can say that i want to take user input A STRING, and want to compare each character of that string

Re: [Tutor] can any one help

2010-01-31 Thread invincible patriot
please check the questions below. 1 1.1 Write a Python program with a loop that prints out a sequence of numbers as follows:151311...31-1 1.2 Write a small Python program that generates the list of all pairs of characters c andits doubling 2  c, where c moves through all the letters of the

[Tutor] query

2010-01-31 Thread invincible patriot
Hi can any one tel me how can i do indexing of individual characters in python like if i hav a word eg david a='david' b=list(a) # this will give ['d','a','v','i','d'] not i want to print the index of each character how can i do that please tel me thanks

Re: [Tutor] can any one help

2010-01-31 Thread invincible patriot
thanks for the reply i did one question i will tel u my progress in another question n then u tel me that what next must be done thanks Write a small Python program that generates the list of all pairs of characters c and its doubling 2  c, where c moves through all the letters of the string

Re: [Tutor] query

2010-01-31 Thread invincible patriot
), invincible patriot написа: Hi can any one tel me how can i do indexing of individual characters in python like if i hav a word eg david a='david' b=list(a) # this will give ['d','a','v','i','d'] not i want to print the index of each character how can i do that please tel me thanks

[Tutor] can any one help

2010-01-30 Thread invincible patriot
hii am stuck in few tasks can some one help me in thathere are first few tasks 1how can i print the following series, using a loop151311...31-12Write a small Python program that generates the list of all pairs of characters c andits doubling 2  c, where c moves through all the letters

Re: [Tutor] can any one help

2010-01-30 Thread invincible patriot
, invincible patriot invincible_patr...@hotmail.com wrote: I want to use WHILE LOOP in the first one and in the second question we need to take a string 'foobar' and then we should make the prog to get the following out putlet me tel u the exact question Write a small Python program

Re: [Tutor] can any one help

2010-01-30 Thread invincible patriot
didnt got what u replied Subject: Re: [Tutor] can any one help From: grigor.ko...@gmail.com To: invincible_patr...@hotmail.com CC: anand.shash...@gmail.com; tutor@python.org Date: Sun, 31 Jan 2010 01:21:15 +0200 В 22:49 + на 30.01.2010 (сб), invincible patriot написа

[Tutor] please help me

2010-01-30 Thread invincible patriot
hii am stuck in these questions can someone please help me in solving and writing programme for these tasks please help me 1 1.1 Write a Python program with a loop that prints out a sequence of numbers as follows:151311...31-1 1.2 Write a small Python program that generates the list of all

[Tutor] need help in python

2010-01-21 Thread invincible patriot
hi I am a student and i need soe help regarding my assignmentif some one can help me il be glad. i wil be waiting for the reply thanks Date: Thu, 21 Jan 2010 12:33:40 -0500 From: samueldechampl...@gmail.com To: tutor@python.org Subject: [Tutor] Hello This is my first message to this