Re: Dreaming of new generation IDE

2010-02-03 Thread Marco Salden
On Feb 3, 12:10 pm, Vladimir Ignatov wrote: > Hello, > > I am sitting here for quite some time, but usually keep silent ;-) I > use Python since 2003 both "professionally" and for my hobby projects > and love it a much. > I notice however, that "maintaining" existing/older python code is may > be

Re: integer and string compare, is that correct?

2010-01-11 Thread Marco Salden
On Jan 10, 1:26 pm, Hellmut Weber wrote: > Hi, > being a causal python user (who likes the language quite a lot) > it took me a while to realize the following: > > l...@sylvester py_count $ python > Python 2.6.3 (r263:75183, Oct 26 2009, 12:34:23) > [GCC 4.4.1] on linux2 > Type "help", "copyright"

Re: "Advanced" Python programming book?

2010-01-10 Thread Marco Salden
On Jan 10, 2:35 pm, flow wrote: > I've just finished reading a sort of beginner Python book, and I know > quite a bit now but I'm looking for a book that can teach me advanced > aspects of Python - code optimisation, threading, etc. > > Any recommendations? > > Cheers. I like to add this one, whi

Re: Do I have to use threads?

2010-01-07 Thread Marco Salden
On Jan 6, 5:36 am, Philip Semanchuk wrote: > On Jan 5, 2010, at 11:26 PM, aditya shukla wrote: > > > Hello people, > > > I have 5 directories corresponding 5  different urls .I want to   > > download > > images from those urls and place them in the respective   > > directories.I have > > to extrac

Re: Sys.path entries

2009-12-30 Thread Marco Salden
On Dec 30, 8:13 pm, Alan Harris-Reid wrote: > Hi there, > > In my sys.path (interpreter only, no application loaded), I have the > following strange entries... > 'C:\\WINDOWS\\system32\\python31.zip'.  This file does not exist > anywhere (although python31.dll does exist in \windows\system32\), wh