Deutsch   English   Français   Italiano  
<valp0o$35rt8$10@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.c
Subject: Re: Top 10 most common hard skills listed on resumes...
Date: Tue, 27 Aug 2024 23:55:04 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <valp0o$35rt8$10@dont-email.me>
References: <vab101$3er$1@reader1.panix.com>
	<vad7ns$1g27b$1@raubtier-asyl.eternal-september.org>
	<vad8lr$1fv5u$1@dont-email.me> <vafmiv$202ef$1@dont-email.me>
	<20240825201124.000017a3@yahoo.com> <86msl05ctt.fsf@linuxsc.com>
	<vai0ur$2fqc5$1@dont-email.me> <vajl47$2rhoq$3@dont-email.me>
	<vak058$2t849$2@dont-email.me> <87h6b5epyb.fsf@nosuchdomain.example.com>
	<valar7$3404k$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 28 Aug 2024 01:55:04 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="52d1e1001450c2fe7f8121ab25cdb228";
	logging-data="3338152"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+WaMWIzD/A3IoFVSqb3ig4"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:W1OwzksixUr2upzc0Jy6q0Gz9tQ=
Bytes: 1626

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.