IWETHEY v. 0.3.0 | TODO
1,095 registered users | 1 active user | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Re: I write in what I get PAID to write in
Hm. I get paid to write in what I write in. Subtle difference. ;)

I truly appreciated the power of anonymity in dynamic languages today, when I wrote:

categories = {}.fromkeys(categories).keys()

which removes duplicate items from the sequence named 'categories'. The {} creates a new, anonymous dictionary, which is first populated with .fromkeys(), then immediately consumed by .keys(), which returns the list I want.

Of course, if I did this regularly, I would put it in a named function, like 'flatten' or 'dedupe' or something. But you get the idea.
I was one of the original authors of VB, and *I* wouldn't use VB for a text
processing program. :-)
Michael Geary, on comp.lang.python
New You're clearly NOT a contractor, then...
jb4
"There are two ways for you to have lower Prescription-drug costs. One is you could hire Rush Limbaugh's housekeeper ... or you can elect me President."
John Kerry
     More fun with the One - (FuManChu) - (20)
         Synchonicity - (deSitter) - (17)
             When it's aNonymous, I usually do. Otherwise, nope. -NT - (FuManChu) - (16)
                 I see - (deSitter) - (15)
                     Not the point. - (FuManChu) - (14)
                         Here's a suggestion that will solve your problem - (jb4) - (13)
                             Re: Here's a suggestion that will solve your problem - (deSitter)
                             No, no, I'm swinging *back* from that - (FuManChu) - (11)
                                 Sorry, No Sale - (jb4) - (10)
                                     That would imply that YOU don't use dynamic languages - (ben_tilly)
                                     What Ben said... - (admin) - (8)
                                         Even C++ allows defining in scope... - (ChrisR) - (1)
                                             My two sense... - (Simon_Jester)
                                         Well, - (jb4) - (5)
                                             Re: I write in what I get PAID to write in - (FuManChu) - (1)
                                                 You're clearly NOT a contractor, then... -NT - (jb4)
                                             I don't. - (admin)
                                             must be nice to have real work - (deSitter) - (1)
                                                 I'll bet it is too - (tuberculosis)
         Variable names. - (static) - (1)
             "$a_later_time, $an_even_later_time..."? ObSentientLRPD! - (CRConrad)

If you're going to have your life destroyed by a brutal economic recession, at least you shouldn't also have to use Windows XP.
48 ms