Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.01; 'lines.': 0.05; 'length.': 0.09; 'subject:files': 0.09; 'am,': 0.12; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'stick': 0.18; 'jan': 0.19; 'header:In-Reply-To:1': 0.22; 'gcc': 0.23; 'guess': 0.25; 'work,': 0.26; "i'm": 0.27; 'message-id:@mail.gmail.com': 0.28; 'lines': 0.30; 'quite': 0.31; 'thu,': 0.32; 'that,': 0.32; 'source': 0.32; 'to:addr:python-list': 0.33; 'file.': 0.34; 'deployment': 0.34; 'largest': 0.34; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; "i'd": 0.39; 'files': 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.40; 'further': 0.64; '26,': 0.67; 'manageable.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3C09ZRWrx03vRzttJYUMQBjWldPynflothgc2cdALF0=; b=vnEppw61BLwBD6edzQ175Si+mBcPEQ/niLUkhwUFG8RsCcEms7TKt3FIGk6D4nky0v lRBWbABV4ttXrV3EKnseYEGSVG4idmtBIWJdWhVhDDdYum3u2duuwm2HZsfzIT3v7zN+ Lf3iEiziAiblcEc7u9lFcDRe867g6YqHZpQis= MIME-Version: 1.0 In-Reply-To: <7c9ae6dd-c175-4376-be70-633785ed9386@iu7g2000pbc.googlegroups.com> References: <569a94a3-cd84-449b-b0c1-80348014aac6@i10g2000pbl.googlegroups.com> <7c9ae6dd-c175-4376-be70-633785ed9386@iu7g2000pbc.googlegroups.com> Date: Thu, 26 Jan 2012 20:25:51 +1100 Subject: Re: Distributing methods of a class across multiple files 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.12 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1327569954 news.xs4all.nl 6857 [2001:888:2000:d::a6]:38362 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19480 On Thu, Jan 26, 2012 at 2:19 AM, lh wrote: > Third, length. Well 5000 lines eh... I'm nowhere near that guess I can > stick with one file. Of all the source files I have at work, the largest is about that, 5K lines. It gets a little annoying at times (rapid deployment requires GCC to do its magic on that file), but it's quite manageable. I'd say you can go even further than that with Python, quite happily. ChrisA