Search the web
Sign In
New User? Sign Up
PhillyPug · Python Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 142 - 173 of 345   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
142
Our next meeting will be on Thurs April 6th at 7:00 pm. The topic will be on a Media Startup in Python. Let me know if you will be attending. Cal Directions ...
jcwatso2000
Offline Send Email
Apr 4, 2006
9:21 pm
143
I am planning on attending, but given my past history I can't make any promises... Hope to see you guys Thursday though....
Gregory Barendt
gregorybarendt
Offline Send Email
Apr 4, 2006
9:41 pm
144
... Just to make it clear to new comers, while it's nice to let everyone know you're coming, it doesn't mean you can't come without 'reserving' a spot. -- ...
Andrew Gwozdziewycz
jyrixx
Offline Send Email
Apr 4, 2006
11:57 pm
145
I will probably be there, and I might bring a friend as well. -Rob...
r0b1nh00d3
Offline Send Email
Apr 5, 2006
8:50 pm
146
I'd love to be there, but unfortunately I'm living in Maryland right now. I would be interested in hearing about the startup company as I'm not adverse to...
Alan Elkner
aelkner
Offline Send Email
Apr 6, 2006
12:32 am
147
Hey Alan, Sorry you can't make it. Forgive me for not knowing in advance if you've been following the list, but it seems that the speaker is a little reluctant...
Andrew Gwozdziewycz
jyrixx
Offline Send Email
Apr 6, 2006
3:35 am
148
Hi Andrew, The determination of best is in the eye of the beholder. I've said more than once that this isn't an academic talk, and the focus will be as much...
metastan
Offline Send Email
Apr 6, 2006
6:42 am
149
... Of course I understand that, and I'm sorry I was more clear when I talked about notes. I'm hoping (and assuming) that you'll be talking somewhat about the...
Andrew Gwozdziewycz
jyrixx
Offline Send Email
Apr 6, 2006
11:51 am
150
The room where we meet is typically locked. If you arrive before I do this evening (or otherwise are having problems getting there), please call me and I'll...
Jeff Abrahamson
jeff_abrahamson
Offline Send Email
Apr 6, 2006
12:01 pm
151
... I think there's a minor miscommunication going on. Sometimes when one says "technical details" one means "how does your underlying media technology work?"...
Jeff Abrahamson
jeff_abrahamson
Offline Send Email
Apr 6, 2006
12:26 pm
152
... Perfectly said. ... Andrew Gwozdziewycz apgwoz@... http://ihadagreatview.org http://and.rovir.us...
Andrew Gwozdziewycz
jyrixx
Offline Send Email
Apr 6, 2006
12:40 pm
153
I think I'll be ble to make this one. -Don...
GRASBERGERDM
Offline Send Email
Apr 6, 2006
12:57 pm
154
Relevant to my old media work: Vectorizing Face Images by Interleaving Shape and Texture Computations <http://citeseer.ist.psu.edu/beymer95vectorizing.html> ...
metastan
Offline Send Email
Apr 6, 2006
2:57 pm
157
NJ Tech Meetup Group <http://newtech.meetup.com/16/> I thought some of you might be interested for the networking. Should have a lot of entrepreneurial energy....
metastan
Offline Send Email
Apr 11, 2006
4:55 pm
158
Enter your vote today! A new poll has been created for the PhillyPug group: Please choose a topic you would like to see most at the next meeting. Also if you...
PhillyPug@yahoogroups...
Send Email
Apr 11, 2006
7:51 pm
159
In an idea to use the features of the list I have created a poll with ideas for the next meeting. Please take a moment to vote on the topic you would like to...
jcwatso2000
Offline Send Email
Apr 11, 2006
7:54 pm
160
How long have you been using Python? Couple of Months Where do you use Python? Work, Hobbyist, just starting? I use it at work want to start using it at hoem. ...
Patrick
pdolan1978
Offline Send Email
Apr 28, 2006
6:59 pm
161
Welcome Patrick! ... I'm not sure if you've read the backlog of the Hundreds of thousands of messages this list gets, but we've been meeting at Drexel ...
Andrew Gwozdziewycz
jyrixx
Offline Send Email
Apr 28, 2006
7:18 pm
162
I've been wanting a little widget for storing passwords, account numbers, etc. Wrote this. I'm pretty sure it works. Any feedback appreciated. If you find...
Jeff Abrahamson
jeff_abrahamson
Offline Send Email
May 3, 2006
2:29 am
163
... Hash: SHA1 I didn't have too much time to take a look, but one thing I did notice that you could do would be to take advantage of the cmd module in the...
Andrew Gwozdziewycz
jyrixx
Offline Send Email
May 3, 2006
11:20 am
164
... Cool, I didn't know about that module. Thanks! -- Jeff Jeff Abrahamson <http://jeff.purple.com/> +1 215/837-2287 GPG fingerprint: 1A1A BA95 D082...
Jeff Abrahamson
jeff_abrahamson
Offline Send Email
May 3, 2006
11:45 am
165
I'm using getopt.gnu_getopt(). Anyone know of a way to specify an option with an optional argument, like getopt(3) does with a double colon: foo -c foo -c arg ...
Jeff Abrahamson
jeff_abrahamson
Offline Send Email
May 4, 2006
2:15 am
166
I'm guessing it doesn't work with the way you're used to? I think gnu_getopt is supposed to behave the way gnu getopt does. I haven't tried it, nor have I ever...
Andrew Gwozdziewycz
jyrixx
Offline Send Email
May 4, 2006
2:46 am
167
I have a list comprehension that looks like this: L = [ T.list() for T in self.cdr ] The function T.list() returns a list. What I get therefore looks like ...
Jeff Abrahamson
jeff_abrahamson
Offline Send Email
May 15, 2006
10:27 pm
168
... L = [ T.list()[0] for T in self.sdr ] ... Andrew Gwozdziewycz apgwoz@... http://23excuses.com | http://ihadagreatview.org | http://and.rovir.us...
Andrew Gwozdziewycz
jyrixx
Offline Send Email
May 15, 2006
11:11 pm
169
... Thanks. I gave too simple an example, I'm afraid. I call this recursively (it's part of a tree walk), so one example is this: ['barnyard', ['cow'],...
Jeff Abrahamson
jeff_abrahamson
Offline Send Email
May 15, 2006
11:34 pm
170
... Hash: SHA1 Yeah, I realized this. After looking at self.cdr, I figured that you're probably trying to nest lists deep. Your untested code would be correct...
Andrew Gwozdziewycz
jyrixx
Offline Send Email
May 16, 2006
12:03 am
171
... One easy way to do this is something like: def flatten(x): if hasattr(x, "__iter__"): result = [] for y in x: result.extend(flatten(y)) return result else:...
Erik Osheim
erik@...
Send Email
May 16, 2006
2:09 am
172
I just realized that we didn't actually answer your original question. We come as far as actually creating a way to do what you need, but not with list...
Andrew Gwozdziewycz
jyrixx
Offline Send Email
May 16, 2006
11:44 am
173
I would use the reduce() function with a simple add lambda as follows: L = reduce(lambda x,y: x+y, [T.list() for T in self.cdr]) Guido wants to get rid of...
Alan Elkner
aelkner
Offline Send Email
May 16, 2006
4:45 pm
Messages 142 - 173 of 345   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help