I received this from Dave regarding the Small Computer SIG meeting yesterday.
From: Kender, David M.
George,
During the discussion period at the end of the yesterday's (02/12/2022) Raspberry Pi SIG meeting, someone asked about programming the Arduino with Python. Please forward this email to the group members. Thanks, DMK.
Three references discuss programming the Arduino using Python. Each tutorial discusses a different approach; namely Firmata, MicroPython, and Python Idle.
“Hello, World!” With Arduino and Python
With Firmata
https://realpython.com/arduino-python/
Python with Arduino Boards
With MicroPython
https://docs.arduino.cc/learn/programming/arduino-and-python
Programming the Arduino using Python
With Python Idle
https://create.arduino.cc/projecthub/smart-tech/programming-arduino-using-python-f3d2c0
Dave Kender