Re: [Numpy-discussion] Cellular Automata Neighborhoods Numpy

2011-03-20 Thread Robert Cimrman
Hi Michael, You can find the full game of life script at [1]. There is also Belousov-Zhabotinsky cellular automaton. Both have a strided version. r. [1] http://docs.sfepy.org/scientific-python-tutorial/examples - Reply message - From: Michael Mersky m...@mydis.org To:

[Numpy-discussion] What Requires C and what is just python

2011-03-20 Thread Ben Smith
So, in addition to my computer science work, I'm a PhD student in econ. Right now, the class is using GAUSS for almost everything. This sort of pisses me off because it means people are building libraries of code that become valueless when they graduate (because right now we get GAUSS licenses

Re: [Numpy-discussion] What Requires C and what is just python

2011-03-20 Thread josef . pktd
On Sun, Mar 20, 2011 at 11:08 AM, Ben Smith b...@wbpsystems.com wrote: So, in addition to my computer science work, I'm a PhD student in econ. Right now, the class is using GAUSS for almost everything. This sort of pisses me off because it means people are building libraries of code that

Re: [Numpy-discussion] What Requires C and what is just python

2011-03-20 Thread Dan Halbert
On Sunday, March 20, 2011 11:08am, Ben Smith b...@wbpsystems.com said: ... What I'd like to do is limit myself to just the functions that are implemented in python, package it with py2exe and hand that to anyone that needs it. So, my question, if anyone knows, what's implemented in python

Re: [Numpy-discussion] What Requires C and what is just python

2011-03-20 Thread josef . pktd
On Sun, Mar 20, 2011 at 11:44 AM, josef.p...@gmail.com wrote: On Sun, Mar 20, 2011 at 11:08 AM, Ben Smith b...@wbpsystems.com wrote: So, in addition to my computer science work, I'm a PhD student in econ. Right now, the class is using GAUSS for almost everything. This sort of pisses me off

Re: [Numpy-discussion] What Requires C and what is just python

2011-03-20 Thread josef . pktd
On Sun, Mar 20, 2011 at 11:49 AM, josef.p...@gmail.com wrote: On Sun, Mar 20, 2011 at 11:44 AM,  josef.p...@gmail.com wrote: On Sun, Mar 20, 2011 at 11:08 AM, Ben Smith b...@wbpsystems.com wrote: So, in addition to my computer science work, I'm a PhD student in econ. Right now, the class is

Re: [Numpy-discussion] What Requires C and what is just python

2011-03-20 Thread Lou Pecora
I'll add my $0.02 here. Someone mentioned SAGE. I can say that on the Mac the sage package seems to install very easily and reliably. I've done 4 installations on Macs 10.4 to 10.6. You can do them with one command line. They take a few hours, but all have gone flawlessly. The

Re: [Numpy-discussion] What Requires C and what is just python

2011-03-20 Thread Alan G Isaac
On 3/20/2011 11:08 AM, Ben Smith wrote: I'd like to do is limit myself to just the functions that are implemented in python, package it with py2exe and hand that to anyone that needs it. So, my question, if anyone knows, what's implemented in python and what depends on the c libraries?