Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Efficient processing of large nuumeric data file
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Paul Rubin  
View profile  
 More options Jan 18 2008, 1:38 pm
Newsgroups: comp.lang.python
From: Paul Rubin <http://phr...@NOSPAM.invalid>
Date: 18 Jan 2008 10:38:15 -0800
Local: Fri, Jan 18 2008 1:38 pm
Subject: Re: Efficient processing of large nuumeric data file

Tim Chase <python.l...@tim.thechases.com> writes:
>   first = int(data[0])
>   try:
>     count = int(data[1])
>   except:
>     count = 0

By the time you're down to this kind of thing making a difference,
it's probably more important to compile with pyrex or psyco.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.