Python is a fine thing, but what I really enjoy is using it as REPL.
(What a REPL is:
https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop and
https://codewith.mu/en/tutorials/1.0/repl)
I wouldn't use Python that much if I had to write full programs, with all the stuff involved: writing a complete program, user interface (either GUI or CLI - Command Line Interface).
Having a REPL, in my case Jupyterlab, lets me just initialize my notebook by connecting to Visio, then step by step elaborating what needs to be done.
Working with Visual Studio Code (or any other IDE) would be by no means as fast as this REPL tool.
Nikolay presented some time ago the typescript interface that shall become standard for the MS office products. Very similar and I'm looking forward to get to try it. MS is just so slow.
Meanwhile there is that one tool that is available right now and I would really like to see our community start to use it.
Why am I doing this? Python and Jupyter Lab used by a wider community would help getting out of the lethargy and stagnation I see for this remarkable piece of software that Visio is.
A REPL of any kind will never be a tool for John Q. Public (dict.leo.org for Otto Normalverbraucher), but this mustn't be a limiting argument.
----
In the past conversations I had with forum fellows, I noticed two main hurdles for adopting the technique - the installation and getting started with python.
Python itself shall not be a real problem. One can start by copying less than 10 lines of code, then continue witch code "almost" identical to VBA.
Further improvements and optimizations can be done later, they are not needed right away.
The installation however could be frustrating and
that's where I finally come to my point.
What if a good soul would setup a miniconda installation "on a stick"?
Having a Jupyter Lab running from a stick would help catch the "hesitants", the ones "brave enough" to write some or more lines of VBA, but reluctant to switch to Python.
- - - Seeking this one good soul - - -
(sorry for the blind call into the herd

)