ut installing a different distribution
of Python? Googling the problem turns up fixes that involve
configuring source distributions, unless I'm mistaken.
Thanks,
Anand Patil
--
http://mail.python.org/mailman/listinfo/python-list
On May 29, 2008, at 9:38 AM, Gary Herron wrote:
Dark Wind wrote:
Hi,
Is there any command in Python which gives the code for a function
like just typing the name of a function (say svd) in R returns its
code.
Thank you
Nope.
If you're using IPython, you can do svd?? .
--
http://mail
On Thu, May 29, 2008 at 9:10 AM, Dark Wind <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is there any command in Python which gives the code for a function like
> just typing the name of a function (say svd) in R returns its code.
>
> Thank you
>
If you're using IPython, you can type svd?? .
--
http://mai
Not sure if this is common knowledge yet but Sympy,
http://code.google.com/p/sympy, has a rational type.
In [2]: from sympy import *
In [3]: Rational(21,4)
Out[3]: 21/4
In [4]: Rational(21,4)+Rational(3,4)
Out[4]: 6
--
http://mail.python.org/mailman/listinfo/python-list
Hi all,
The image of a rocket with the Python logo that occasionally shows up
in the dock would make part of a nice logo for PyMC, an open-source
Python Bayesian statistics package. Anyone know who we would have to
ask to get permission to use it?
Thanks,
Anand
--
http://mail.python.org/mailman/
On Nov 28, 2007 2:38 PM, jay graves <[EMAIL PROTECTED]> wrote:
> On Nov 28, 3:15 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
> > Hi Folks,
> >
> > I am looking for a network Graph Library with Python bindings (Iron or
> > C!).
> >
> > Just need a simple relationship visualisation - seen a
Hi all,
I have two questions about a class, which we'll call MyWrapperClass,
in a package to which I'm contributing.
1) MyWrapperClass wraps functions. Each instance has an attribute
called 'value' and a method called 'eval', which calls the wrapped
function. An instance D that depends on instan
nce a NULL
pointer and crashes *at exit*, whether or not I've instantiated any of
the types. I've searched for memory leaks with gc.get_objects and Mac
OS's MallocDebug utility, but haven't found any evidence.
Has anyone run into a problem like this? Any help is greatly appre