Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: What exactly is "exact" (was Clean Singleton Docstrings) Date: Tue, 19 Jul 2016 23:15:29 -0400 Lines: 19 Message-ID: References: <201607191635.45810.gheskett@shentel.net> <87lh0xqnmi.fsf@elektro.pacujo.net> <1468984529.3605005.671271489.50995BFE@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 9ls7o/WHv9oFg/FL3TdvaQE2KB9a2Kjw1iNg+IhndDkA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.082 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'received:internal': 0.09; 'variables,': 0.09; '1.7': 0.16; 'batteries': 0.16; 'message- id:@webmail.messagingengine.com': 0.16; 'priced': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.212': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'subject:Singleton': 0.16; 'variables;': 0.16; 'wrote:': 0.16; 'not,': 0.22; 'assumes': 0.22; 'header:In-Reply-To:1': 0.24; '(which': 0.26; 'idea': 0.28; 'typically': 0.29; "i'd": 0.31; 'certain': 0.31; 'rate.': 0.33; 'tue,': 0.34; "isn't": 0.35; 'but': 0.36; 'too': 0.36; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'difference': 0.38; 'received:66': 0.38; 'to:addr:python.org': 0.40; 'some': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'devices': 0.61; 'per': 0.62; 'course': 0.62; 'more': 0.63; 'different': 0.63; 'between': 0.65; 'buying': 0.67; 'jul': 0.72; 'ranges': 0.76; 'battery': 0.84; 'electronics.': 0.84; 'leds,': 0.84; 'nominal': 0.84; 'voltage': 0.84; 'rating': 0.93 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=zFyLsVxpd2N+QN5kxNU/8R2+AFA=; b=bxR6jf ZwoZ408xePK4y6EPS7O7hmv0yd2gVEknrFj6FazJwzs2ycjT71QLsNIbE036hOER SVoD5ng9XTXXQArrZI3tZKVZNkwJ+K5UbgyB1S1QwJsPzsatvrArYHTCaot8QKw9 UK7AbZ2ISX/FA+s6j1JgA1MHDNYWNa+p2U05o= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=zFyLsVxpd2N+QN5 kxNU/8R2+AFA=; b=hCsN52xuZwFLK8H4HfGQPOEPaQ3SHeW3qod9VRLGQDb8uq1 pSdRPXXKjc1VaaPLHfLZZQoDcEVWR0ZJ4SG1dNQScrFLKTxYORvCrNEgPmUFilUo wnpy7rBK/X+Hsahw/tXYrc8p2JRcXteX91hlQ0g9kSyiMS1kudKBLIQIKlRI= X-Sasl-Enc: 6jv9g5bg46Iu7gWEpzwXnzMZMCpbuxr+Wyn5eG35mpCR 1468984529 X-Mailer: MessagingEngine.com Webmail Interface - ajax-6fae4dd4 In-Reply-To: <87lh0xqnmi.fsf@elektro.pacujo.net> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1468984529.3605005.671271489.50995BFE@webmail.messagingengine.com> X-Mailman-Original-References: <201607191635.45810.gheskett@shentel.net> <87lh0xqnmi.fsf@elektro.pacujo.net> Xref: csiph.com comp.lang.python:111655 On Tue, Jul 19, 2016, at 18:17, Marko Rauhamaa wrote: > I'd love it if batteries were priced per joule, or even per > kilowatt-hour. Typically their capacity is labeled in amp-hours. You have to know your devices to know if the voltage difference between different battery types (Which ranges from 1.2 to 1.7 for nominal-1.5 AAA/AA/C/D cells, and may be lower under load) is significant or not, and in what direction. A lower-voltage battery in an incandescent flashlight will last longer but not be as bright. No idea how it shakes out for LEDs, motors, or complex electronics. Some devices may not be operable at all below a certain voltage, and of course the voltage reduces over time as the battery is drained. There are just too many variables, and even the nominal amp-hour rating assumes a certain discharge rate. And of course, for rechargeable batteries there are even more variables; but there what you're buying isn't power.