Re: Compiling snippets of python code

2009-05-08 Thread Basil Brush
Scott David Daniels wrote: > make lists and dictionaries containing functions, and that would be > the normal Python way of handling this, rather than generating source > from snippets. You should take a look at Numpy if the "maths functions" Thank you very much for your response. I hadn't thoug

Re: Compiling snippets of python code

2009-05-08 Thread Scott David Daniels
Basil Brush wrote: I need some advice on compiling snippets of python source at runtime. So perhaps some python experts can point the way. I am rewriting an old Java app in python. It tries to find solutions to computational problems based on the idea of genetic evolution. The Java version just