[BangPypers] MetaClass in python

2011-01-10 Thread Nitin Kumar
Hi all, I am trying to create one meta Class which can create classes at runtime. This I am able to achieve by the code snippet below >>> class ChattyType(type): def __new__(cls, name, bases, dct): print "Allocating memory for class", name for attributeName, attribute in dct.items(): if type(at

[BangPypers] Job opening with Python 1yr and 3yrs of exp

2011-01-10 Thread Nitin Kumar
Hi All, My Company is looking for Python and C knowledge guys for 1and 3yr exp. Work in in automation framework and kind supporting existing framework with new features and bug fixes. Interested person can send me their resume. -- Nitin K ___ BangPype

Re: [BangPypers] [JOB] Python developer for system deployment and automation tools

2011-01-10 Thread chandan dutta chowdhury
Hello All, > If any one is interested, drop me a mail at chandan...@gmai.com with > "[RESUME-PYTHON]" in the subject line. > Please note there was a mistake in the mail id, it should be "chandan...@gmail.com" sorry for that. - Chandan ___ BangPypers

[BangPypers] [JOB] Python developer for system deployment and automation tools

2011-01-10 Thread chandan.dutta.chowdhury
Hello All, We are engaged in system deployment and development of automation tools and are looking for a python programmer for our group. The work mostly revolves around deployment of RedHat Enterprise Linux and automation. In addition we also have some web application based on Turbogears. We are

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Narendra Sisodiya
On Tue, Jan 11, 2011 at 1:36 AM, Gora Mohanty wrote: > On Tue, Jan 11, 2011 at 1:15 AM, Narendra Sisodiya > wrote: > [...] > > Dear narendra, why not you have used DuckDuckGo, > > You know duckduckgo is a search engine which gives you privary.. > > Also, why the hell you are promoting yourself..

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Gora Mohanty
On Tue, Jan 11, 2011 at 1:15 AM, Narendra Sisodiya wrote: [...] > Dear narendra, why not you have used DuckDuckGo, > You know duckduckgo is a search engine which gives you privary.. > Also, why the hell you are promoting yourself.. you can promote Google.. [...] OK, fine. If you are determined to

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Narendra Sisodiya
On Tue, Jan 11, 2011 at 1:00 AM, steve wrote: > Hi, > > > On 01/11/2011 12:27 AM, Narendra Sisodiya wrote: > >> On >> >> >>> In fact, afaict from your responses of coming up with imaginative >>> fairy-tale scenarios where your code spits out valid PyQt which your users then may

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Narendra Sisodiya
Response 2 --- this is my actual responce without any spam.. I just wanted to show how one can just use inline posting to feed "not-needed" information.. in discussion... Pleases do not throw stone on me for posting this header in top posting.. __ On Tue, Jan 11, 2011 at 12:37 AM, Gora

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Narendra Sisodiya
Response one -- Just delete it, It is just a spam __ On Tue, Jan 11, 2011 at 12:37 AM, Gora Mohanty wrote: > Hi Narendra, > > Hello Narendra > I hate to step in here, No problem any one can.. > and debated whether to do it > at all or not, as I certainly do not like to dictate

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread steve
Hi, On 01/11/2011 12:27 AM, Narendra Sisodiya wrote: On In fact, afaict from your responses of coming up with imaginative fairy-tale scenarios where your code spits out valid PyQt which your users then may use after downloading GPL'd PyQt (did I get that right ?) I might even say you are

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Gora Mohanty
Hi Narendra, I hate to step in here, and debated whether to do it at all or not, as I certainly do not like to dictate to people that they should do this, or that. However, if you will permit me certain observations: I respect what you are trying to do, probably also from a perspective that peopl

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Narendra Sisodiya
On > > In fact, afaict from your responses of coming up with imaginative >> fairy-tale scenarios where your code spits out valid PyQt which your users >> then may use after downloading GPL'd PyQt (did I get that right ?) I might >> even say you are trolling. >> >> > See, I wrote a clear fictitious

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Narendra Sisodiya
On Mon, Jan 10, 2011 at 11:40 PM, steve wrote: > Hi, > > You already got the reply to your question so feel free to ignore this. > > > On 01/10/2011 10:05 PM, Narendra Sisodiya wrote: > >> On Mon, Jan 10, 2011 at 9:33 PM, Venkatraman S >> wrote: >> >>> [...snip...] >>> >> >> My experience in thi

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread steve
Hi, You already got the reply to your question so feel free to ignore this. On 01/10/2011 10:05 PM, Narendra Sisodiya wrote: On Mon, Jan 10, 2011 at 9:33 PM, Venkatraman S wrote: [...snip...] My experience in this community -- "You 90% sucks 90%" I do not understand what that meant ^^^.

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Noufal Ibrahim
On Mon, Jan 10 2011, Narendra Sisodiya wrote: [...] > I will ask my query on company's email id and will forward to this > mailing list but I would to say again... Please always reply what > somebody is asking.. Even though you are trying to help by reply but > actually you discourage and irritat

Re: [BangPypers] Convert to Black and White to an image

2011-01-10 Thread Narendra Sisodiya
On Mon, Jan 10, 2011 at 9:36 PM, Venkatraman S wrote: > On Sat, Jan 8, 2011 at 10:19 AM, Narendra Sisodiya < > naren...@narendrasisodiya.com> wrote: > > > I am sorry but your code snippet was less efficient then what i posted > > initially. > > > > Are you sure? > > ofcourse !! you have said yo

Re: [BangPypers] Convert to Black and White to an image

2011-01-10 Thread Narendra Sisodiya
On Mon, Jan 10, 2011 at 9:38 PM, Venkatraman S wrote: > On Sat, Jan 8, 2011 at 10:34 AM, Narendra Sisodiya < > naren...@narendrasisodiya.com> wrote: > > > Yes, I need black and white image, and I was having a grayscale image, I > > have posted initially this thing. > > you posted a RBG to black a

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Narendra Sisodiya
On Mon, Jan 10, 2011 at 9:33 PM, Venkatraman S wrote: > On Mon, Jan 10, 2011 at 9:22 PM, Narendra Sisodiya < > naren...@narendrasisodiya.com> wrote: > > > Thanks !! > > > > I understand that you have trouble expressing yourselves, but > bottom/posting > does not mean that > you type one word at t

[BangPypers] python plugin developer required

2011-01-10 Thread renukapras...@gmail.com
i am giving the conversation between one of the person who accepted during recent pyconf and was unable to carry on further as he got busy with his exams or whatever -- he is not replying, so i am writing here -- if any one is interested / capable , please reply off the list to the email id i have

Re: [BangPypers] Convert to Black and White to an image

2011-01-10 Thread Venkatraman S
On Sat, Jan 8, 2011 at 10:34 AM, Narendra Sisodiya < naren...@narendrasisodiya.com> wrote: > Yes, I need black and white image, and I was having a grayscale image, I > have posted initially this thing. > you posted a RBG to black and white algorithm - even if somebody has RBG , > why one should us

Re: [BangPypers] Convert to Black and White to an image

2011-01-10 Thread Venkatraman S
On Sat, Jan 8, 2011 at 10:19 AM, Narendra Sisodiya < naren...@narendrasisodiya.com> wrote: > I am sorry but your code snippet was less efficient then what i posted > initially. > Are you sure? ___ BangPypers mailing list BangPypers@python.org http://mai

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Venkatraman S
On Mon, Jan 10, 2011 at 9:22 PM, Narendra Sisodiya < naren...@narendrasisodiya.com> wrote: > Thanks !! > I understand that you have trouble expressing yourselves, but bottom/posting does not mean that you type one word at the end of a long email. If you want yourselves to be taken seriously in an

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Narendra Sisodiya
On Mon, Jan 10, 2011 at 7:01 PM, Noufal Ibrahim wrote: > > I could be totally wrong about this. I'm not a lawyer but this is my > general understanding of why dual licensing exists. > > On Mon, Jan 10 2011, Narendra Sisodiya wrote: > > [...] > > > That's exactly I want to understand. Let take a f

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Narendra Sisodiya
On Mon, Jan 10, 2011 at 1:03 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > On Mon, Jan 10, 2011 at 10:56 AM, Narendra Sisodiya < > naren...@narendrasisodiya.com> wrote: > > > code to run. > > > > > > > I am just typing some random string , it comes out to be a PyQT code. > > > Ho

Re: [BangPypers] Suggestion for GUI

2011-01-10 Thread Noufal Ibrahim
I could be totally wrong about this. I'm not a lawyer but this is my general understanding of why dual licensing exists. On Mon, Jan 10 2011, Narendra Sisodiya wrote: [...] > That's exactly I want to understand. Let take a fictitious example I > purchased a book on PyQt. I wrote an excellent c

[BangPypers] Fwd: Suggestion for GUI

2011-01-10 Thread Vishal
Hi, If you have not yet started the GUI side of things, I would encourage you to look at Enthought Traits and TraitsUI packages. It allows either WxPython or Qt backends, thought wx integration is much tighter. The thing is you can start your app as a command line utility and then with one single