web frameworks that support Python 3821 (8/23/2009 8:13:16 PM) comp.lang.python I use Chinese and therefore Unicode very heavily, and so Python 3 is an unavoidable choice for me. But I'm frustrated by the fact that Django, Pylons, and TurboGears do not support Python 3 yet and (according t... brannerchinese(1)
pyqt4 qTableWidget add items help428 (4/18/2009 9:58:42 AM) comp.lang.python I've been searching around the internet for an example of how to add a list of items to the qTableWidget for the last few hours with little success. I have a list orders [[34,940,30,50,67], [50,56,35,30,57]] a... ooklah(6)
Presentation software for Python code1319 (4/23/2009 5:52:34 PM) comp.lang.python I mean to give a presentation next week to my workgroup on good Python programming practice. Last time I did a Python presentation I used PowerPoint which was not totally well-suited for the task. In particu... 4g4trz802(12)
getting linux distro used...742 (4/27/2009 5:35:29 AM) comp.lang.python Hi, I just found that you could use platform.system() to get the underlying os used. But is there a way to get the distro used...? --deostroll ... deostroll(46)
Question about the wording in the python documents.631 (5/1/2009 8:02:59 PM) comp.lang.python At the following url... http://docs.python.org/library/urllib2.html They have the following... "urllib2.urlopen(url[, data][, timeout]) Open the URL url, which can be either a string or a Request object... cdalten(976)
LaTeXing python programs831 (5/20/2009 5:43:21 PM) comp.lang.python Yes, I am aware that this is more of a LaTeX question than a python question, but I thought users here might be most likely to offer a suitable recommendation. I'm typing up my master's thesis and will be inc... egrefen(9)
newbie: popen question424 (5/28/2009 1:10:22 AM) comp.lang.python hello everyone :-), I am a newbie to python. I am trying to run a bash script from within a python program. I would greatly appreciate any pointers/comments about how to get around the ... thebiggestbangtheory(12)
exit() or sys.exit()339 (6/17/2009 4:15:17 PM) comp.lang.python What is the difference on exit() and sys.exit() when called in the main body of a script? From the command line they seem to have the same effect. Aside: Just used a python dictionary in which the keys were co... brendandetracey(85)
Once again, comparison wxpython with PyQt919 (6/18/2009 1:35:38 PM) comp.lang.python Here we have to select between wxPython and PyQt for a medium size project. In this project several hundred dialogs are to be created. This work will be done by a program generator which has to re-written. The... heintest(27)