Mathematica-style notebook in Python

Erik Lechak prochak at netzero.net
Fri Feb 13 02:27:56 EST 2004


rick_muller at yahoo.com (Rick Muller) wrote in message news:<5eb8fb88.0402121313.6a48602b at posting.google.com>...
> I was wondering whether anyone has considered writing a
> Mathematica-style notebook in Python. I use Python to do a lot of
> scientific analysis, and I really like it's power. But what I always
> envy about my friends who use Mathematica is the notebooks they
> generate, which contain plots, annotations, and other information, in
> a format that can be reloaded easily when you want to check your work.
> 
> Before I start doing something like this, has anyone else considered
> it?

I have been working the last several months on just that issue.  It is
a library that contains interactive plotting, block diagram, imaging,
and text rendering capabilities.  It is written in 100% python.  It
currently can use either wxWindows or pygame to display its diagrams
(I am working on TK now ... others to come).  The nice thing about it
is no matter what underlying GUI library you use to display the
diagram it always looks the same.

I am about ready to release the second version of the library (its
called Pyxel).  BTW its opensource - free for commercial and
opensource use.

I can send anyone the code that wants to preview it before the
release. Just drop me a line.  I could use some help on the plotting
aspect, if anyone is interested.

Thanks,
Erik Lechak
prochak at netzero.net



More information about the Python-list mailing list