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 <l69v2uFtmmgU3@mid.individual.net>
Deutsch   English   Français   Italiano  
<l69v2uFtmmgU3@mid.individual.net>

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

Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: rbowman <bowman@montana.com>
Newsgroups: comp.os.linux.advocacy
Subject: Re: Why Python When There Is Perl?
Date: 24 Mar 2024 06:21:19 GMT
Lines: 24
Message-ID: <l69v2uFtmmgU3@mid.individual.net>
References: <17be420c4f90bfc7$63225$1585792$802601b3@news.usenetexpress.com>
	<utd86u$1ipcj$1@solani.org>
	<17be75acfaf8f0f4$2017$3384359$802601b3@news.usenetexpress.com>
	<utfol0$1k8j7$1@solani.org>
	<17bebbae334656b9$74345$2906873$802601b3@news.usenetexpress.com>
	<utiopt$2i4i5$1@dont-email.me>
	<17bf1bef6f65cec4$46840$3037545$802601b3@news.usenetexpress.com>
	<utk6v9$304ma$1@dont-email.me> <65ff5c4b$0$8228$426a74cc@news.free.fr>
	<utnnc5$3tp5g$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net LG7NP8pLihA+2und3cnsIg2V+qB7+4sWn6l9V88nVFzsCfx8uy
Cancel-Lock: sha1:12zASIpM+rGSLXhw1sSCuS0skrQ= sha256:RsPzU4oRT/hDydNbx4Q9+H99osRNSJ6K4Mhpj/pMoJo=
User-Agent: Pan/0.149 (Bellevue; 4c157ba)
Bytes: 2203

On Sat, 23 Mar 2024 19:07:48 -0400, DFS wrote:

> Also interesting:
> https://opensource.com/life/16/8/python-vs-cc-embedded-systems

"Python might be at its strongest when used as a communication middleman 
between the user and the embedded system they're working with. Sending 
messages through Python to or from an embedded system allows the user to 
automate testing. Python scripts can put the system into different states, 
set configurations, and test all sorts of real-world use cases. Python can 
also be used to receive embedded system data that can be stored for 
analysis. Programmers can then use Python to develop parameters and other 
methods of analyzing that data."

I think Physfitfreak asked about the CAN bus:

https://www.adafruit.com/product/5728

Hook it to your Pico W, load up CircuitPython, and you're in business. You 
can use the Pico to do local processing and its WiFi to pass it up the 
chain of command.

Some of the work I did it in Forth was for testing systems like aircraft 
fuel and management. Python would be a better choice today.