Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!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.124 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.75; '*S*': 0.00; 'used.': 0.07; 'energy,': 0.09; 'indicates': 0.09; 'received:209.85.213.46': 0.09; 'received :mail-yw0-f46.google.com': 0.09; 'tends': 0.09; ';-)': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'lower,': 0.16; 'wrote:': 0.17; 'second': 0.24; 'header:In-Reply- To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'represent': 0.28; 'run': 0.28; 'implies': 0.29; 'writes:': 0.29; 'case,': 0.29; 'becomes': 0.30; 'fri,': 0.30; 'ram': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'process,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'possible': 0.37; 'being': 0.37; 'rather': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'some': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'john': 0.60; 'subject:, ': 0.61; 'hearing': 0.61; 'more': 0.63; 'limit': 0.65; '20,': 0.65; 'jul': 0.65; 'fact,': 0.69; 'death': 0.71; 'lack': 0.71; 'chemical': 0.84; "everything's": 0.84; 'temperature': 0.84; 'universe': 0.84; 'dennis': 0.91; 'heat': 0.91; 'subject:skip:E 10': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=hFbOIfFyWg03yJVQ8aAsnnOMpU8h1uVwE47F8ooYavk=; b=n+aabQeTFPzL1QYlqpL7hQQThqaU04cLi/Ip7VSvXYb1VXrihziWO2hmN+E090wO5I 0IAIUSJbBU435gNOYZPEdMbdhdXdFP0+Mpp+PkRGUVd6fA2J9z+U86RSFZffElBR9Tyj 19bJzhQV0CHy/qUP101mKeTkx8hPspj3g01vLj8lHuXkfC+uCsqnDR34G9iLK8yDnWPB 8YUq0lg12FlJ7u8bjBoUMC11/AGBqq96I7bkvyX9orBc9qguAIAaXHeG0kKen5tfWFKS AGRzCrgDKAEXvwduWaDgWpQqyrvMzv/cSYMk6ehxm+eN4d/adBObY2qjgVlEOqmnmSDq wdKQ== MIME-Version: 1.0 In-Reply-To: References: <5005A103.9050802@stoneleaf.us> <5006b48a$0$29978$c3e8da3$5496439d@news.astraweb.com> <50076437$0$1756$c3e8da3$76491128@news.astraweb.com> <3d919437-80a8-424f-ae90-fb829434dba2@po9g2000pbb.googlegroups.com> <500804cc$0$29978$c3e8da3$5496439d@news.astraweb.com> <50084FEC.7040806@tim.thechases.com> Date: Fri, 20 Jul 2012 08:20:57 +1000 Subject: Re: Encapsulation, inheritance and polymorphism 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1342736459 news.xs4all.nl 6924 [2001:888:2000:d::a6]:43238 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25655 On Fri, Jul 20, 2012 at 7:01 AM, John Gordon wrote: > In Dennis Lee Bieber writes: > >> > Sure it terminates...If you don't run out of RAM to represent the >> > number "i" in question, there's also this "heat death of the >> > universe" limit I keep hearing about ;-) >> > >> Since the current evidence indicates the universe will just keep >> expanding, it's more of a "deep freeze death..." > > Heat death means *lack* of heat. The second law of thermodynamics states that energy tends to go from higher states to lower, with heat being the very lowest. It's possible to do work using (say) kinetic energy, and in the process, some of that energy becomes heat. It's also possible to do work with any difference in temperature (eg Stirling engines), so the state of the universe in which it's no longer possible to do any work will be one in which all energy is heat and everything's at the same temperature. That doesn't mean a lack of heat; in fact, it implies that there'll be rather more heat than there now is, because we currently have a whole lot of chemical energy available to be used. But in any case, that's a looooooooong way off... ChrisA