Python Success stories

2008-04-22 Thread azrael
Hy guys, A friend of mine i a proud PERL developer which always keeps making jokes on python's cost. Please give me any arguments to cut him down about his commnets like :"keep programing i python. maybe, one day, you will be able to program in VisualBasic" This hurts. Please give me informations

Python - ubuntu

2008-08-29 Thread azrael
Hy folks A friend of mine told me something about Guido and google developing an Ubuntu distribution based and totaly oriented for the Python appliction development. I googled for it with no results. Is it possible that My Buddy is trying to foole me or is it possible that someone knows something

On screen keyboard application

2009-09-28 Thread azrael
Has anyone done already an on screen keyboard applicatioin like the native windows one. I am supossed to make one for a tuchscreen project for my dad's business. It's not a problem about the gui. I guess I will use wx but if I have to use something different it will be no problem. My problem is h

wrapping data from groups

2010-03-31 Thread azrael
Hi Could anyone give me a hint about a problem I have. I want to wrap data from newsgroups like comp.lang.python. Is there anywhere out some module for this or does google has something for this. -- http://mail.python.org/mailman/listinfo/python-list

Re: wrapping data from groups

2010-03-31 Thread azrael
I tried to use some servers I know but they have a limited amount of stored threads. not like google that has every thread ever opened. so I tried to wrap google's html but I get a 403 error. any sugesstions? On Mar 31, 3:28 pm, Steve Holden wrote: > azrael wrote: > > Hi >

wxpython question

2009-08-10 Thread azrael
Is there maybe a method bounded to the class SpinCtrl() that could hide the widget. One that is maybe also implemented in any other control. self.spcKvadDo = wx.SpinCtrl(id=-1, initial=0, max=100, min=0, name='spcKvadDo', parent=self.pnlFilteri, pos=wx.Point(10, 10), size=wx.Size(118, 21), sty

i Don't get why it makes trouble

2009-08-13 Thread azrael
>>> j [u'Tata', u'Oriovac', u'PrimorskoGoranska', u'hrvatska', u'Kuna'] >>> len(j) 5 >>> h = """SELECT distinct u.id_ulica, o.id_opcina, z.id_zupanija, d.id_drzava, >>> v.id_valuta FROM ulica as u, opcina as o, zupanija as z, drzava as d, >>> valuta as v WHERE u.naziv = '%s' AND o.naziv = '%s

Re: i Don't get why it makes trouble

2009-08-13 Thread azrael
On 13 kol, 21:12, "Jan Kaliszewski" wrote: > Me wrote: > > 13-08-2009 azrael wrote: > > >>>>> j > >> [u'Tata', u'Oriovac', u'PrimorskoGoranska', u'hrvatska', u'Kuna'] > >>>>> le

Re: i Don't get why it makes trouble

2009-08-13 Thread azrael
On 13 kol, 22:09, Philip Semanchuk wrote: > On Aug 13, 2009, at 2:56 PM, azrael wrote: > > >>>> j > > [u'Tata', u'Oriovac', u'PrimorskoGoranska', u'hrvatska', u'Kuna'] > >>>> len(j) > > 5 > >&

Re: i Don't get why it makes trouble

2009-08-13 Thread azrael
On 14 kol, 00:14, Philip Semanchuk wrote: > On Aug 13, 2009, at 6:00 PM, azrael wrote: > > > > > > > On 13 kol, 22:09, Philip Semanchuk wrote: > >> On Aug 13, 2009, at 2:56 PM, azrael wrote: > > >>>>>> j > >>> [u'Tat

Python and 3d

2009-09-13 Thread azrael
Has anyone any exipience with python and 3d. I mean, is there a module to deal with popular 3d formats like 3ds, or vrml. is it possible to import into python opengl models and then use it in application for GUI purposes like through WX. I know that WX supports OpenGL but how to import models from

<    1   2