I typically have some data from a simulation that I would like to include in a presentation in the form of a table. Usually I use Open(Libre)-Office Impress for doing my presentation. I then copy-paste from my results to the Impress table. I find this a bit tedious. Since I've already got the results in Python, is there any way I can auto-generate a .pdf or .eps table from these data so that I can just quickly import the .pdf or .eps to Impress?
<plug>I wrote TableFactory to do this for my websites.</plug> It's a wrapper around ReportLab (at least, the PDF generator class is). You can see some example code and output at http://kstrauser.github.com/tablefactory/ .