Sujet : Re: Top 10 most common hard skills listed on resumes...
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 28. Aug 2024, 00:55:04
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <valp0o$35rt8$10@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Pan/0.160 (Toresk; )
On Tue, 27 Aug 2024 21:53:11 +0200, David Brown wrote:
... or with ctypes and an external shared library - not
directly from Python.
ctypes is a standard Python library module, and it has low-level
capabilities (like type-punning) that can be exercised independently of
actually using it to load any external C code.