You can try R cran also. Very powerfull and free. And with R you can use
Rpy, a library R for python and can access to R function and R graph in a
python script.
Other mathematic library exist in python : Matplotlib for exemple.
Summary :
to draw graph easely in python : Rpy lib or Matplotlib. If
Hello,
What means @ in python ?
In this script for exemple (this script return an error in my konsole...)
@f1(arg)
@f2
def func(): pass
I see several script where used this symbol but I can't understand.
G
--
http://mail.python.org/mailman/listinfo/python-list
Hello everybody,
I try to use Pmw library -> ScrollListBox. If I take the example of
the reference web site (see below, I just quote the minimal code to
launch, I note by <- the line which are not execute when I click)
It works, except selectioncommand and dblclickcommand: associate
function do