Re: what IDE is the best to write python?

2009-02-03 Thread Torabisu
On Feb 1, 9:42 am, "mcheun...@hotmail.com" wrote: > Hi all >    what IDE is the best to write python? > thanks > from Peter (mcheun...@hotmail.com) I use a combination of: 1. VI/VIM 2. Eclipse with PyDev extensions 3. NetBeans with Python Module installed When I'm working directly on developmen

Re: Python web app. (advice sought)

2007-01-15 Thread Torabisu
Tim Williams wrote: > On 15 Jan 2007 00:52:33 -0800, Torabisu <[EMAIL PROTECTED]> wrote: > > > > Duncan Smith wrote: > > > Hello, > > > I find myself in the, for me, unusual (and at the moment unique) > > > position of having to write a web ap

Re: Python web app. (advice sought)

2007-01-15 Thread Torabisu
Duncan Smith wrote: > Hello, > I find myself in the, for me, unusual (and at the moment unique) > position of having to write a web application. I have quite a lot of > existing Python code that will form part of the business logic. This > relies on 3rd party libraries (such as numpy) which

Re: General Question About Python

2007-01-13 Thread Torabisu
Hendrik van Rooyen wrote: > "Torabisu" <[EMAIL PROTECTED]> wrote: > > > > > > billie wrote: > > > Torabisu wrote: > > > > > > > Its quite weird, we're looking for Python skills but are battling to > > > > find a

Re: Tools Designing large/complicated applications

2007-01-12 Thread Torabisu
Carl J. Van Arsdall wrote: > For those of you that work on larger applications but still code in > python... do your development teams use any tools to facilitate the > design? (i'm not asking about editors here, i'm really asking about > software design tools) Are these the same tools you would

Re: General Question About Python

2007-01-11 Thread Torabisu
billie wrote: > Torabisu wrote: > > > Its quite weird, we're looking for Python skills but are battling to > > find at the moment... Normally Python on its own will probably not > > land you a job, but the last two companies I've worked for are doing > >

Re: General Question About Python

2007-01-09 Thread Torabisu
I think the best I've heard is, "Programming in Python is like writing poetry". Its really a beautiful language, so simple, short, powerful and to the point. We use it in conjunction with Django to implement a web based device management solution for our products. We've also written a multi-thre