On Wed, Oct 7, 2020 at 8:06 PM Jurgis Pralgauskis <jurgis.pralgauskis@gmail.com> wrote:
I think best would be to make a course/textbook with parallel code examples for JS/PY (maybe some version with C/C++ for reference - for teachers to be easier to switch)
Parallel JS-PY is also possible with some edu-environments: blockly/processing/reeborg 
 
In py-js web development json is an important connection/bridge between the two languages:

py-server <- {json-serialized-py-dict} <-> network <-> {json-serialized-js-object} -> browser