Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'cpython': 0.05; 'subject:file': 0.07; 'subject:into': 0.09; 'subject:How': 0.10; '"classic"': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'interpreter,': 0.16; 'pypy.': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'written': 0.21; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'python.org.': 0.31; 'received:google.com': 0.35; 'thanks': 0.36; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; "you'll": 0.62; 'obvious': 0.74; 'carlos': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=UxhzPmhepqTWT23t9j6oVGcDWHS8gwO32917+FspVsg=; b=BuZxmp4byhLHTqdoBtQpacvagTbSXfJQz7BrAatpOFcD8au22niqOhkZNSM4IEfYoU sBe/FYvpamnb3n9uOUW72wfNmix8cN15RDkp2zqRiv76BT/QjekfKEz3yi+vvTK+KTVP JFuuR9SFhT7SMhLKJMZkPUMC7V5Wuy9goEeMqjLYnZtNUmdU4JfkZRQBx8SqnWvsp1V3 84gBXznwMqfCqmSXsFxkbEM9fH677Hq7KBtWfoyhIUIFI404wLRMv6QuKboaIbdYcO9b HRZgBDpyaUGMlnMIdDEZh2GTSmIMlb2IHJJE/+VvA026jQzHKOM1jq6PI8z+BbNfu9O2 ABQw== MIME-Version: 1.0 X-Received: by 10.52.175.200 with SMTP id cc8mr27750608vdc.94.1368955314670; Sun, 19 May 2013 02:21:54 -0700 (PDT) In-Reply-To: References: <87f9a3d4-427e-472f-bee7-9501ba842b36@googlegroups.com> Date: Sun, 19 May 2013 19:21:54 +1000 Subject: Re: How to write fast into a file in python? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1368955322 news.xs4all.nl 15985 [2001:888:2000:d::a6]:39904 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45555 On Sun, May 19, 2013 at 3:31 PM, Carlos Nepomuceno wrote: > Thanks Dan! I've never used CPython or PyPy. Will try them later. CPython is the "classic" interpreter, written in C. It's the one you'll get from the obvious download links on python.org. ChrisA