What is considered an "advanced" topic in Python?

Mark Lawrence breamoreboy at yahoo.co.uk
Mon Jun 1 13:45:18 EDT 2015


On 01/06/2015 18:02, Grant Edwards wrote:
> On 2015-06-01, BartC <bc at freeuk.com> 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




More information about the Python-list mailing list