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
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