Re: [BangPypers] Regarding organizing PyCon India 2018 at Bangalore

2017-10-27 Thread Mukesh Yadav
t; https://mail.python.org/mailman/listinfo/bangpypers > > > > > ___ > > BangPypers mailing list > > BangPypers@python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > ___ > > BangPypers mailing list > > BangPypers@python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > -- > Sreekanth S R > Executive Director > Mahiti > > #6, 1st Floor, Ganesh Chambers > Dodda Banaswadi Main Road, > Bangalore - 560043 > Location: Near the Ramamurthy Nagar Traffic Signal on the Outer Ring Road > Mobile: +91-98455-12611 <098455%2012611> > http://www.mahiti.org > *(An ISO 9001:2008 & ISO 27001:2013 Enterprise)* > ___ > BangPypers mailing list > BangPypers@python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- Regards Mukesh Yadav www.mukeshyadav.com ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] SOAP service with SAML

2017-03-05 Thread Mukesh Yadav
Hi all, I'm trying to implement soap service with SAML for that I'm evaluating a pysaml2 library. I'm able to create IDP and SP as per the example, but I'm confused how to create Soap service which will act as SP. Any pointer would be appreciated. -- Regards Mukesh Y

Re: [BangPypers] How to manage Database for Django on live server?

2015-02-02 Thread Mukesh Yadav
Thanks people, we have decided to go with build in migrations. Just hoping it should not corrupt the data when there is plenty changes in schema. -- Regards Mukesh Yadav mukeshyadav.com ___ BangPypers mailing list BangPypers@python.org https

[BangPypers] How to manage Database for Django on live server?

2015-01-30 Thread Mukesh Yadav
mmand) on live server. My Question is how you guys handle database and data's integrity. Do you guys change the Schema manually or you just migrate/syncdb. Have you faced any issues? Please give your input. -- Regards Mukesh Yadav mukeshyadav.com ___

Re: [BangPypers] mysqlclient not getting installed in python3 env

2014-12-28 Thread Mukesh Yadav
> You probably need python3-dev for Python3. > Aha Thanks Noufal that worked. That was so basic, feeling dumb :P -- Regards Mukesh Yadav mukeshyadav.com ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/li

[BangPypers] mysqlclient not getting installed in python3 env

2014-12-28 Thread Mukesh Yadav
#include "Python.h" ^ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 I have installed all the prerequisite i.e, python-dev. -- Regards Mukesh Y

Re: [BangPypers] Rest API testing tool

2014-12-09 Thread Mukesh Yadav
@Dhruva its nice but it does not test the data type of values. @pratik thats the last choice. On Tue, Dec 9, 2014 at 5:52 PM, Dhruv Baldawa wrote: > There is also https://github.com/svanoort/pyresttest/ you can try. > > On Tue, Dec 9, 2014 at 5:49 PM, Mukesh Yadav wrote: > > >

[BangPypers] Rest API testing tool

2014-12-09 Thread Mukesh Yadav
Hi, I was looking for a tool or a library which can do automated testing of APIs, currently I use Postman (Chrome extension for manual testing). I found https://github.com/vlucas/frisby which is exactly what I was looking for is there something similar in python. -- Regards Mukesh Yadav

Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Mukesh Yadav
; work flawlessly with Django" > I mean running both on same port. > regards, > Rishi > 1Click.io > > > > > On Tue, May 6, 2014 at 1:32 PM, Mukesh Yadav wrote: > > > @venkatraman I feel meteor is only for prototyping, and if you need to > have > > so

Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Mukesh Yadav
; shreyas > > On May 6, 2014, at 1:32 PM, Mukesh Yadav wrote: > > > @venkatraman I feel meteor is only for prototyping, and if you need to > have > > some serious changes in future you have to crack the framework. > > I want to have only one stack at the server. As the

Re: [BangPypers] Tornado or twisted?

2014-05-06 Thread Mukesh Yadav
: > On Mon, May 5, 2014 at 11:47 AM, Mukesh Yadav wrote: > > > Hey guys, > >I'm starting a new projects which requires real time update, something > > like tweetdeck. After initial research I have finalized twisted and > > tornado. But i'm confused whic

Re: [BangPypers] Tornado or twisted?

2014-05-05 Thread Mukesh Yadav
and will need to be actually measured. > > > > Regards, > > Gora > > On May 5, 2014 11:48 AM, "Mukesh Yadav" wrote: > > > > > Hey guys, > > >I'm starting a new projects which requires real time update, > something > > &g

[BangPypers] Tornado or twisted?

2014-05-04 Thread Mukesh Yadav
around 10K concurrent users, on small instance (Server). 3. Should work on socket.io as I'm planning it use it. NOTE: I'm just a Newbie :P -- Regards Mukesh Yadav mukeshyadav.com ___ BangPypers mailing list BangPypers@python.org https://mai

Re: [BangPypers] Managing variable in small scripts.

2014-02-19 Thread Mukesh Yadav
hon.org > https://mail.python.org/mailman/listinfo/bangpypers > -- Regards Mukesh Yadav mukeshyadav.com ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Managing variable in small scripts.

2014-02-19 Thread Mukesh Yadav
; * > > Inside your function you can use > > *def some_awesome_function(self):* > > * print self.bucket* > > * print self.value* > > And you are good to go with : > > *object.*some_awesome_function*() * > > > Thanks, > Rohit Kumar > &g

Re: [BangPypers] Managing variable in small scripts.

2014-02-19 Thread Mukesh Yadav
rs@python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- Regards Mukesh Yadav mukeshyadav.com ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Managing variable in small scripts.

2014-02-19 Thread Mukesh Yadav
alue'); object.*some_awesome_function*() I want bucket variable should be available in *some_awesome_function. * How to achieve above? -- Regards Mukesh Yadav mukeshyadav.com ___ BangPypers mailing list BangPypers@python.org https://mail.python.

[BangPypers] Online python course

2013-09-18 Thread Mukesh Yadav
Hi, Thought you guys might like it. An Introduction to Interactive Programming in Python from www.coursera.org https://www.coursera.org/course/interactivepython -- Regards Mukesh Yadav <http://mukeshyadav.com> ___ BangPypers mailing list Bang