On Thu, 18 Oct 2012 23:05:48 -0700 (PDT), chip9m...@gmail.com wrote: >these scripts will do a lot of calculation on a big dataset, and it is >possible that there will be many requests in a short period of time.
In that case, are you sure a web script is a good idea? If you're thinking web to make it easy for people to upload data, click on a button, and get the results back, you might want to write the UI in Python but write the number crunching part in a compiled language. -- http://mail.python.org/mailman/listinfo/python-list