Re: Is there a faster way to do this?

2008-08-05 Thread Avinash Vora
On Aug 5, 2008, at 10:00 PM, [EMAIL PROTECTED] wrote: I have a csv file containing product information that is 700+ MB in size. I'm trying to go through and pull out unique product ID's only as there are a lot of multiples. My problem is that I am appending the ProductID to an array and then sea

Re: Brainwave: A Complete Web Platform With Database Out of the Box

2008-08-05 Thread Avinash Vora
On Aug 5, 2008, at 8:37 PM, Michael Mabin wrote: Brainwave is a complete Web Development Platform with a DDL-free database. Its application server is built on CherryPy. It comes already bundled with Cheetah and Mako templating engines. And its database is its true gem. You aren't differ

Re: Peer-to-Peer Chat Program

2008-08-04 Thread Avinash Vora
On Aug 4, 2008, at 10:44 AM, Trevor Slocum wrote: Python seemed like the right choice for writing a peer-to-peer application, as the support for sockets is adequate and the cross- platform ability is nominal. That's why I searched around for P2P frameworks in Python, and didn't have much lu

Re: Teething troubles with Python on a Mac

2008-08-04 Thread Avinash Vora
(Greg: You only sent the email to me: you probably wanted to add the mailing list to the recipients.) On Aug 4, 2008, at 8:37 AM, greg wrote: Avi wrote: On that: how would I go about updating the system Python, then? The usual advice is not to try to do that at all. Generally it's best to

Re: very large dictionary

2008-08-03 Thread Avinash Vora
On Aug 4, 2008, at 4:12 AM, Jörgen Grahn wrote: (You might want to post this to comp.lang.python rather than to me -- I am just another c.l.p reader. If you already have done to, please disregard this.) Yeah, I hit "reply" by mistake and didn't realize it. My bad. (I assume here that Berk

Re: Teething troubles with Python on a Mac

2008-08-03 Thread Avinash Vora
You will likely cause more problems updating the system python than managing the two separate installations. That's sadly worrying. OSX relies on the version of python they ship. I think that helps my point--there *are* bug fixes between major versions despite the new language changes, and