Re: [BangPypers] project

2014-09-24 Thread Arunram A
You can try using OpenCV. One such example in Python using OpenCV here: http://jyotiska.github.io/blog/2014/08/21/simple-face-detection-using-python-and-opencv/ Regards, Arunram A. On Thu, Sep 25, 2014 at 10:50 AM, narayan naik wrote: > Sir,I am doing my M.Tech project on face detection,can u

[BangPypers] project

2014-09-24 Thread narayan naik
Sir,I am doing my M.Tech project on face detection,can u please tell me a simplest face detection algorithm. Thanking you, ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Return values

2014-09-24 Thread Balachandran Sivakumar
Hi, On Sat, Sep 20, 2014 at 2:34 PM, Noufal Ibrahim KV wrote: > > The problem now is that this function sometimes returns a single thing > and some times a list. I don't like this since I have to alter my > calling code to handle this. > I generally try to make the return type consistent.

Re: [BangPypers] Return values

2014-09-24 Thread Saager Mhatre
On Sat, Sep 20, 2014 at 6:53 AM, Noufal Ibrahim KV wrote: > On Sat, Sep 20 2014, Anand Chitipothu wrote: > > > [...] > > > Oh, that feels like PHP. That style seems to be popular in that side of > the > > world. > > > > It might be a good idea to add consolidate method on the return value. > > So

Re: [BangPypers] Python is still greek to india's top IT firms

2014-09-24 Thread Senthil Kumaran
On Thu, Sep 25, 2014 at 5:19 AM, Saager Mhatre wrote: > Not to sound overly disparaging, but that argument reeks of survivorship > bias, or at least confirmation bias.What about all the shops looking for > python devs but not finding any good ones; you know, like the ones that > aren't connected

Re: [BangPypers] Python is still greek to india's top IT firms

2014-09-24 Thread Senthil Kumaran
On Thu, Sep 25, 2014 at 5:09 AM, Saager Mhatre wrote: > Some would beg to differ http://tek.io/1yjHw0U > Companies are polyglot from a long time. This talk about developers and some of their grudges :) And author is choosing to overlook technologies like Apache thrift and Protobuf technologies

Re: [BangPypers] Python is still greek to india's top IT firms

2014-09-24 Thread Saager Mhatre
On Wed, Sep 17, 2014 at 6:54 AM, Senthil Kumaran wrote: > [...] > > From my experience at Akamai Bangalore, when we had to hire Java developers > for my team, we had 100s of resumes competing for single spot, but we > looked for "quality" python developers, there were very less < 10 (and all > of

Re: [BangPypers] Python is still greek to india's top IT firms

2014-09-24 Thread Saager Mhatre
On Wed, Sep 17, 2014 at 6:54 AM, Senthil Kumaran wrote: > [...] Given that world is moving to multiple language shops and almost all > companies will use more than one language in their offerings Some would beg to differ http://tek.io/1yjHw0U - d

Re: [BangPypers] auto answer or auto input

2014-09-24 Thread Vivek Ramakrishna
Hi Ashok Have you looked at the pexpect module? It's like the expect utility in Unix, for programmatically driving interactive applications. http://pexpect.sourceforge.net/pexpect.html Vivek On Sep 24, 2014 8:28 PM, "Ashok K" wrote: > Hello, > > I am trying to write a python script which auto

[BangPypers] auto answer or auto input

2014-09-24 Thread Ashok K
Hello, I am trying to write a python script which auto accepts input from a dictionary/list. Sample: Enter your name: Enter email: The above two fields should be auto answer from a list a = ['Ram','r...@example.com'] Please share your suggestions. Thanks, Ashok

Re: [BangPypers] Good book for django

2014-09-24 Thread Kushal Das
On Wed, Sep 24, 2014 at 4:04 PM, Pratheek M S wrote: > Hello all, > > Can anyone suggest a good book for Django. I can say my django knowledge is > of intermediate level. I dont need a tutorial but something that can teach > me good design patterns and optimizations. I was looking at Pro Django an

[BangPypers] Good book for django

2014-09-24 Thread Pratheek M S
Hello all, Can anyone suggest a good book for Django. I can say my django knowledge is of intermediate level. I dont need a tutorial but something that can teach me good design patterns and optimizations. I was looking at Pro Django and I think it might be out of my reach. Is "two scoops of django

Re: [BangPypers] Fwd: Issue with basemap import

2014-09-24 Thread L Radhakrishna Rao
What's the python version you are using? Is it 64 bit or 32 bit? The operating system version? On Wed, Sep 24, 2014 at 3:03 PM, Senthil Kumaran wrote: > On Wed, Sep 24, 2014 at 12:12 PM, narayan naik > wrote: > > > hi,anybody help me to learn python.I am beginer > > > Sure. But you have ask

Re: [BangPypers] Fwd: Issue with basemap import

2014-09-24 Thread Senthil Kumaran
On Wed, Sep 24, 2014 at 12:12 PM, narayan naik wrote: > hi,anybody help me to learn python.I am beginer Sure. But you have ask the question first. If you want start learning, then look for Swaroop's book - A Byte of Python and it is a good start. ___