I was just looking at the bittorrent python code as I'm thinking of
combining it with some other stuff to expand it. Am I right in thinking
that bittorrent launches a new python process for every torrent you
download? That seems not good for what I want to do; if I've got 500
torrents I want to que
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
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 used an array of byt