Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <valouj$35rt8$9@dont-email.me>
Deutsch   English   Français   Italiano  
<valouj$35rt8$9@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:53:55 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 11
Message-ID: <valouj$35rt8$9@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>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 28 Aug 2024 01:53:56 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="52d1e1001450c2fe7f8121ab25cdb228";
	logging-data="3338152"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/YgH11/DDLgr4HvsC781fv"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:yxjYVN9+eUrCzRby0iqyE8+yEdY=
Bytes: 1763

On Tue, 27 Aug 2024 09:44:40 +0200, David Brown wrote:

> 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.

I’ve got news for you: this kind of thing is perfectly doable in Python
<https://docs.python.org/3/library/ctypes.html>.