So I have a Python text-processing script, and I need to create a web page with two textareas.
The first one is for data input, and the second one is for (async) on-the-fly displaying the result of passing the data to my script. What is the easiest/fastest way to achive this with Python?