text file vs. cPickle vs sqlite a design question

2007-04-11 Thread Dag
into memory, on the other hand the sqlite approach makes it easy to select stuff with SELECT * FROM foo WHERE... which could be handy if ever need to add more advanced filtering. Dag -- http://mail.python.org/mailman/listinfo/python-list

Problem with class variables

2007-03-29 Thread Dag
(self): print self.a print self.b c=Test() c.swap() c.prnt() which returns [4,2,3,1] [4,2,3,1] Now I understand why it is doing this, but it's not what I want. How to I get it to return [4,2,3,1] [1,2,3,4] Dag -- http://mail.python.org/mailman/listinfo/python-list

Re: Python GUI + OpenGL

2007-03-05 Thread Dag
but then there is the licensing question of course. I'm facing a similar problem. Would you care to explain why PyQt is better in this particular case. I've used both PyQt and wx for 'normal' GUI programming (but I'm more familiar with wx) so I know about their difference i

Re: Python stock market analysis tools?

2007-03-05 Thread Dag
mean by stock market tool. There's http://ta-lib.org which while written in C++ claims to have a python wrapper. That being said last time I looked at it I couldn't get the python binding working, but I didn't spend much time on it. Dag -- http://mail.python.org/mailman/listinfo/python-list

Re: John Bokma harassment

2006-05-24 Thread Dag Sunde
a few emails, my > web hosting provider sent me a 30-day account cancellation notice last > Friday. The solution to your problem is very simple: Stop posting your "controversial writings and style" to public newgroups, and keep them on your web-server where they belong. -- Dag.

Re: Xah's Edu Corner: What is Expressiveness in a Computer Language

2006-03-19 Thread Dag Sunde
"Xah Lee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What is Expressiveness in a Computer Language PLONK. -- Dag. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python IDE: great headache....

2006-03-16 Thread Dag Fjeld Edvardsen
> Come to think of it, the only exception is probably that PyScripter (AFAIK) > does not provide conditional pause. Quoting myself :) But now it does! Conditional breakpoints were introduced in the new version released on the 14th of March: http://mmm-experts.com/ -Dag --

Re: Python IDE: great headache....

2006-03-13 Thread Dag Fjeld Edvardsen
> What features exactly does it not have? Come to think of it, the only exception is probably that PyScripter (AFAIK) does not provide conditional pause. But I really like it. PyScripter is written in Delphi, my other favorite language :) -Dag -- http://mail.python.org/mailman/listi

Re: Python IDE: great headache....

2006-03-12 Thread Dag Fjeld Edvardsen
I like PyScripter. It has some of, but not all, the features you request. http://mmm-experts.com/Products.aspx?ProductId=4 -Dag -- http://mail.python.org/mailman/listinfo/python-list

a question about socket objects

2004-12-22 Thread Dag Hansteen
ocketobject to the list? like list.append() ???   Thats what I want to know, not that I need it, but I'm curious to know how python handles/work with the socket objects in general   Any answer or explanation is greatly appreciated!   Best regards Dag Hansteen -- http://mail.python.org/mailman/listinfo/python-list