Re: Multiprocessing taking too much time

2010-07-29 Thread Joshua Kordani
The first thing that is generically tried when wishing to measure how long certain parts take is to record your own time snapshots in the code yourself. take the current time before an operation, take it after, subract, report it to yourself. Also, try working with an array that is actually b

Re: Download Microsoft C/C++ compiler for use with Python 2.6/2.7 ASAP

2010-07-29 Thread Joshua Kordani
Jean-Michel Pichavant wrote: Robert Kern wrote: On 7/23/10 7:08 PM, Lawrence D'Oliveiro wrote: In message, Robert Kern wrote: There are also utilities for mounting ISOs directly without burning them to a physical disk. You need special utilities to do this?? On at least some versions of

Re: Removing anti-Jewish postings from Python list

2010-06-16 Thread Joshua Kordani
Benjamin Kaplan wrote: On Wed, Jun 16, 2010 at 12:21 PM, Mark Lawrence wrote: On 16/06/2010 18:56, Alan Harris-Reid wrote: Any idea how we get rid of this 'noise'? Will it eventually go away if we ignore it, or is there anything the moderators can do to clean-up this (normally) wonder

Re: GUIs - A Modest Proposal

2010-06-06 Thread Joshua Kordani
"Yo dawg I heard you like browsers, so we put a browser in your browser so you can browse while you browse!" -- Xibit On 6/6/2010 8:52 AM, Irmen de Jong wrote: On 6-6-2010 14:32, Lie Ryan wrote: On 06/06/10 22:09, Petite Abeille wrote: On Jun 6, 2010, at 12:52 PM, Steven D'Aprano wrote: Y

Re: from datetime.datetime import today not working. python2.6.4 on windows

2010-01-06 Thread Joshua Kordani
Gary Herron wrote: Joshua Kordani wrote: Greetings all! So I'm reading through the manual and I get to the point where it talks about packages and how to import them. namely section 6.4 in the tutorial. I wont repeat the section here, but I want to understand whats going on i

from datetime.datetime import today not working. python2.6.4 on windows

2010-01-06 Thread Joshua Kordani
Greetings all! So I'm reading through the manual and I get to the point where it talks about packages and how to import them. namely section 6.4 in the tutorial. I wont repeat the section here, but I want to understand whats going on in the following (as typed on my computer). Python 2.6.4