Hi,
Is their anyone who is currently working on an open source project or has
something of his/her own and would like to get help with. I can write tests
and documentation to begin with.
Thanks,
Avneesh
___
BangPypers mailing list
BangPypers@python.org
Thank you all
On Fri, Nov 21, 2014 at 12:30 PM, Nikhileshkumar Ikhar <
nikhil.ik...@gmail.com> wrote:
> Python terminal on linux is sufficient.
> But many people are fans of ipython and idle.
>
> -Nikhil
>
> On 20 November 2014 09:48, narayan naik wrote:
>
> > Ya, am talking the same
> > On 19
Missing function call -> self.xyz()
-Original Message-
From: BangPypers
[mailto:bangpypers-bounces+asif.jamadar=rezayat@python.org] On Behalf Of
Nitin Kumar
Sent: Sunday, November 23, 2014 4:30 PM
To: Bangalore Python Users Group - India
Subject: [BangPypers] PyQt Query
code:
code:
QtCore.QObject.connect(self.pushButton,
QtCore.SIGNAL(_fromUtf8("clicked()")), self.xyz)
QtCore.QMetaObject.connectSlotsByName(DeviceConnect)
def xyz(self):
print 'pqr'
when pushButton is clicked xyz is not getting called. but if i put xyz
function outside class
>
>
>
> > Hi,
> >
> > I'm working on an appengine + flask application which makes multiple
> > requests to third party APIs as part of one request. All of these are
> > independent.
> >
>
> Have you explored Appengine Task Queues?
>
>
>
Hi Sriram,
I had a look on task queues but don't think that w