[Tutor] help

2009-03-13 Thread Sanhita Mallick
help --- On Sat, 3/14/09, tutor-requ...@python.org wrote: > From: tutor-requ...@python.org > Subject: Tutor Digest, Vol 61, Issue 50 > To: tutor@python.org > Date: Saturday, March 14, 2009, 5:18 AM > Send Tutor mailing list submissions to > tutor@python.org > > To subscribe or unsubscr

Re: [Tutor] Help with Recurring Function

2008-04-27 Thread Sanhita Mallick
e-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; format=flowed; > charset="iso-8859-1"; > reply-type=original > > > "Sanhita Mallick" <[EMAIL PROTECTED]> wrote > > > > being calculated correctly as checked by the > "

Re: [Tutor] Help with Recurring Function

2008-04-26 Thread Sanhita Mallick
uot;print" statement. But when we do norm_ted = (2 * ted) / mag becomes zero, and subsequently sum_norm_ted becomes zero. --- Kent Johnson <[EMAIL PROTECTED]> wrote: > Sanhita Mallick wrote: > > > I am struggling with a simple recurring function > > What is a

[Tutor] Help with Recurring Function

2008-04-25 Thread Sanhita Mallick
Hi. I am struggling with a simple recurring function, but can't understand why this is happening. Please help. Here is the script. T(i) are trees (as in graphs). The program operates great, until the step where norm_ted is calculated. Mysteriously norm_ted becomes 0, even though "mag" value is ca

[Tutor] Arguments ina separate file

2008-04-21 Thread Sanhita Mallick
Hi. I have a big list of arguments, which I would like to keep in a separate file. How do I pass arguments that are in a separate file? Thanks. San ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Graphs in Python

2008-04-10 Thread Sanhita Mallick
Hi. I am a newbie to Python. I am trying to implement a Python code for graph manipulation. My graphs are about 200-500 nodes big. Excepting for the short basic graph implementation info on Python.org, where can I find more in depth info about how to express graphs in python, and how to use them i