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
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
> "
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
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
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
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