[BangPypers] [JOBS] - www.indecommglobal.com/

2013-09-30 Thread Prasad Karani
Hi All , There are few openings for python developer *1)** **Python Developer – (2-6 Yrs) - Job Location: Gurgaon * * * Ø Should have rich work experience in Python development Ø Working knowledge in Django framework & web technologies (HTML, CSS, Ajax, Java script) Ø Should be good in Al

Re: [BangPypers] [JOBS] - www.indecommglobal.com/

2013-09-30 Thread Balachandran Sivakumar
Hi On Mon, Sep 30, 2013 at 2:09 PM, Prasad Karani wrote: > Ø Education Criteria: BE/B.Tech/MCA/MS/M.Tech > Just my thought - Why do you specify an educational criteria, given that you are anyway seeking an experienced candidate ? I know someone(not in India) who doesn't have any degr

Re: [BangPypers] [JOBS] - www.indecommglobal.com/

2013-09-30 Thread Pavanaja U B
I fully agree with Prasad Kulkarni. I have seen many excellent programmers who do not have those engineering degrees. -Pavanaja -Original Message- From: BangPypers [mailto:bangpypers-bounces+pavanaja=vishvakannada@python.org] On Behalf Of Balachandran Sivakumar Sent: 30 September 201

[BangPypers] [X-POST] [JOBS] Fwd: Job Description

2013-09-30 Thread Mehul Ved
-- Forwarded message -- From: Lokesh Dave Date: Mon, Sep 9, 2013 at 11:41 PM Subject: Re: Job Description To: Mehul Ved We’re looking for people interested in getting in on the ground floor of an incredible opportunity to build amazing software. We believe that we need to build a

[BangPypers] Fwd: How to do clustering in python.

2013-09-30 Thread uday sankar
Hi, I have a engine built in python. I implemented a webserver in python it will listen to the request sent and will responsed back with the necessary result. Now the problem is that I am able to run this engine in one node, if this node goes down engine will go down and we will not be able to run

Re: [BangPypers] What are you using for developing desktop GUIs?

2013-09-30 Thread Amber Jain
On Fri, Sep 27, 2013 at 1:21 PM, Vinayak Hegde wrote: > On Fri, Sep 27, 2013 at 1:14 PM, Dhananjay Nene >wrote: > > > > Is kivy comparably good enough for desktop based development as > > desktop focused toolkits are? > > > > Adding to that, are there any thoughts from people who have used kivy

[BangPypers] Kivy (Was: Re: What are you using for developing desktop GUIs?)

2013-09-30 Thread Sriram Karra
On Kivy: It appears one of the core Kivy developers ( https://plus.google.com/111271939129335069945/posts - Akshay) is "from India". Does anyone know more about him? ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listin

Re: [BangPypers] Fwd: How to do clustering in python.

2013-09-30 Thread Baiju M
On Mon, Sep 30, 2013 at 4:37 PM, uday sankar wrote: > Hi, > > I have a engine built in python. I implemented a webserver in python it > will listen to the request sent and will responsed back with the necessary > result. Now the problem is that I am able to run this engine in one node, > if this n

Re: [BangPypers] Fwd: How to do clustering in python.

2013-09-30 Thread Srinath
Assuming your service can be run on multiple servers, There are many ways to do load balancing. 1) If you are accessing the server with a name, simple way would be to set DNS TTL low and use DNS in weighted round robin. 2) You can set up HAProxy with heartbeat. 3) If you have to write on yourse

Re: [BangPypers] Fwd: How to do clustering in python.

2013-09-30 Thread Dhananjay Nene
On Mon, Sep 30, 2013 at 4:37 PM, uday sankar wrote: > Hi, > > I have a engine built in python. I implemented a webserver in python it > will listen to the request sent and will responsed back with the necessary > result. Now the problem is that I am able to run this engine in one node, > if this n

Re: [BangPypers] Fwd: How to do clustering in python.

2013-09-30 Thread Ramdas S
HA Proxy could be a more professional bet If the protocol is HTTP, you can use mod_proxy_balancer: > https://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html > > -- > Baiju M > ___ > BangPypers mailing list > BangPypers@python.org > https://mail.pyt

Re: [BangPypers] Kivy (Was: Re: What are you using for developing desktop GUIs?)

2013-09-30 Thread kracekumar ramaraju
If I am right he gave a talk in 2011 pycon in Pune. ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Kivy (Was: Re: What are you using for developing desktop GUIs?)

2013-09-30 Thread Pranjal Mittal
Yes, he is mentoring my colleague in his Kivy designer project. His Irc handle is: qua-non Should I send you his email Id? On Sep 30, 2013 5:03 PM, "Sriram Karra" wrote: > On Kivy: > > It appears one of the core Kivy developers ( > https://plus.google.com/111271939129335069945/posts - Akshay)