Liste des Groupes | Revenir à cl c |
On 27/08/2024 06:36, Lawrence D'Oliveiro wrote:On Mon, 26 Aug 2024 15:46:02 +0200, David Brown wrote:>
Wikipedia classifies C as a high-level language that also supports aThe same could be said of Python.
degree of low-level programming, which I think is a fair assessment.
Python does not support any significant degree of low-level programming.
>
A key example of low-level programming is control of hardware, which
on most systems means accessing memory-mapped registers at specific
addresses, reading and writing in specific orders. Python has no
means to do any of that - C and C++ both provide this ability.
(Micropython, a subset of Python targeting microcontrollers and small
systems, has library modules that can do this.)
Les messages affichés proviennent d'usenet.