Path: csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'compiler': 0.05; 'from:addr:yahoo.co.uk': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'do,': 0.15; 'languages,': 0.15; 'binary.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; 'integer': 0.18; 'language': 0.19; 'lawrence': 0.22; 'header:In-Reply-To:1': 0.24; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'options': 0.28; 'specifically': 0.28; "can't": 0.32; 'language.': 0.32; 'point': 0.33; 'subject:?': 0.34; 'to:addr:python-list': 0.35; 'basic': 0.36; 'subject:" ': 0.36; "didn't": 0.37; 'subject:: ': 0.37; 'instead': 0.38; 'received:org': 0.38; 'to:addr:python.org': 0.39; 'mark': 0.40; 'back': 0.61; 'even': 0.61; 'per': 0.61; 'our': 0.64; 'charset:windows-1252': 0.65; 'home': 0.67; 'business': 0.69; 'computers': 0.70; 'calculations': 0.84; 'pythonistas,': 0.84; 'edwards': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: What is considered an "advanced" topic in Python? Date: Mon, 01 Jun 2015 18:45:18 +0100 References: <28cec7df-0f51-4098-b027-72e913a9b656@googlegroups.com> <1433128706.32838.283108057.2C4C8613@webmail.messagingengine.com> <201506010758.t517wR9T015894@fido.openend.se> <201506011028.t51ASBVG019928@fido.openend.se> <87iob78wvl.fsf@elektro.pacujo.net> <04%ax.914987$396.795703@fx12.am4> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-27-83.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433180728 news.xs4all.nl 2848 [2001:888:2000:d::a6]:45992 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91703 On 01/06/2015 18:02, Grant Edwards wrote: > On 2015-06-01, BartC wrote: > >> At one time the choice was integer or floating point in many languages, >> unless you were specifically using a business language such as Cobol. > > My recollection in the early days of home computers is that many BASIC > implementations had BCD floating point instead of binary. Back then > most CPUs had instructions specifcally for dealing with BCD > represented with 4-bits per digit. Dunno if they still do, I can't > even remember the last time I did calculations in BCD. > >> I think the Sinclair computer barely had integer types so the choice >> was even narrower. > Didn't Turbo C have compiler options to allow either BCD or fp? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence