Re: GUI in python

2006-03-29 Thread riplin
For quick, no learning curve, simple: http://www.ferg.org/easygui/ -- http://mail.python.org/mailman/listinfo/python-list

Re: HTML generation vs PSP vs Templating Engines

2005-11-20 Thread riplin
Using templates means that the code can work with different templates, and this should be seamless, it also means that different code can be used with the templates, for example if different languages are used. This seems to contradict your statement that you dislike 'embedding code or html

Re: HTML generation vs PSP vs Templating Engines

2005-11-19 Thread riplin
No templates, no python-like or special languages, only pure and simple python. You can embedd python into html or, if it better suits your programming style, you can embed html into python. Why don't you give it a try? I dislike embedding code or html in each other, apart from the

Re: Microsoft Hatred FAQ

2005-10-16 Thread riplin
John Bokma wrote: No: the historical fact is that MS whiped Netscape of the planet. By giving IE away for free, by ripping off spyglass, by _paying_ OEMs to not include Netscape. By bundling IE. By abusing standards. By contracting with sites to include non-standard IE features to deliberately

Re: Jargons of Info Tech industry

2005-10-09 Thread riplin
My grandma doesn't put captions in her photo album, and she doesn't need captions on her photos in email. She doesn't need captions in the album because she will explain the pictures, at length, every single one of them, to anyone who comes within grabbing distance. Here's Johnny with the

Re: Python = Excel question

2005-09-30 Thread riplin
Suppose abc.xls has sheets a, b, c. How can I find, in Python, the sheet names? Given a sheet name, how can I export the sheet as a csv file? http://chicago.sourceforge.net/xlhtml/ This has options to output csv files, the list of sheets and many other things. Just execute this on the .xls