This question came in from an educator and I think it'd be a great idea for a new extension:
Me & my students are coding various projects in Python & Javascript. For many of them we would like to add a visual front end interface using Scratch . There was Remote Sensor Connections in Scratch 1.4 but cannot find any feature which enables this (other than writing a whole new extension) for Scratch 3.
As an eg., for a Whats App bot, we just need to pass a string back n forth between our Python program and Scratch. What would be the best way to do it?
We might or might not want to follow the same remote sensors protocol but either way I think this could be a great stopgap until we can get third-party extensions going.