Liste des Groupes | Revenir à cl c |
On Tue, 27 Aug 2024 09:44:40 +0200, David Brown wrote:It's Python calling a special module to do the dirty work. That's not far removed from Python just invoking an external C program to do the job.
Python does not support any significant degree of low-level programming.I’ve got news for you: this kind of thing is perfectly doable in Python
>
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.
<https://docs.python.org/3/library/ctypes.html>.
Les messages affichés proviennent d'usenet.