The Triangle (NC) Zope and Python Users Group invites you to register for Camp 5 and the BBQ Sprint: http://trizpug.org/boot-camp/camp5/ This is a Zope 3 boot...
You are invited to the Philadelphia Python Users' Group (PUG) on Tuesday 13 February 2007 (next Tuesday) at 7 p.m. After a short Q&A period, Jeff Abrahamson...
Hello All, This is just a reminder of the meeting that will be held this week, February 13th at Drexel University. Jeff Abrahamson will be giving a talk about...
Hi Jeff, I am a total noob at Python, coming from php. As in: I just bought Learning Python last week. I'm interested in python as it relates to zope/plone. I...
Hi, Pieter. I won't be talking about nitty gritty of code. I think you'll understand enough to make it worthwhile. -Jeff ... -- Jeff Jeff Abrahamson...
The early bird registration deadline for Camp 5 and the BBQ Sprint is Wednesday, February 14: http://trizpug.org/boot-camp/camp5/ You can save $50 by...
With winter weather in the region, some of you may be questioning whether or not we'll be meeting tonight at Drexel University. Well, after speaking to Jeff...
Can anyone explain the difference between an iterable and the result of calling iter on that iterable? For example, I see the following construction often: ...
I while ago we talked here about a flatten function and elegant ways to write it. I've been reading about iterators recently and found a code snippet on the...
... Both iterator objects and interables implement __iter__. For iterables, iter() creates a new iterator object, everytime, factory-like. For iterators,...
I have what, in C++, I would write as two constructor declarations: MyClass(int, int) MyClass(Matrix<float>) In python, I have the following declaration: def...
By checking the length of the *args, you're allowing the user to do: MyClass(1) when he/she meant to say MyClass(1, 2). But, then that's assumed to be...
Jeff Abrahamson <jeff@...> wrote: I have what, in C++, I would write as two constructor declarations: MyClass(int, int) MyClass(Matrix) In python, I...
Hi, I'm here at PyCon, and I'll be here until Thursday night sprinting on an open source product called schooltool. It would be great to meet you. We're in...
Here's a code snippet. The bit to note is that I have two iterables of tuples, S and T. I expect S to have length 400 and T to have length less than 20....
I think it would be a lot easier to diagnose this problem if you could give us a better idea of what kind of loop or context this code is being run. A question...
... This is always the problem with code segments that do the wrong thing but only sometimes and on large datasets. I found the problem: S and T are containers...
I just joined this list. Looking forward to meeting some local python people. When is the next meeting? I am in Reading, so someplace around King of Prussia or...
... It is getting to be time. I'm happy to host at Drexel again, but I'm not around enough for the next several weeks. After 16 April looks good for me,...
A Software engineer is needed to help a small lab in the School of Engineering and Applied Science at the University of Pennsylvania maintain its code base...