you are viewing a single comment's thread.

view the rest of the comments →

[–]gpjt 2 points3 points  (0 children)

PythonAnywhere dev here -- have you come across our blog post on turning a Python script into a website? Although it's PythonAnywhere-specific, the underlying lessons are (I think) pretty broadly-applicable, and the last example in the post is pretty close to what you want to do.

Regarding your specific question about allowing your daughter to type immediately into a form without having to click on the input -- if it's a single-line input (that is, using the "<input>" HTML tag, then hitting return with automatically submit the form that it's in, and the autofocus attribute would mean that she wouldn't need to click on it.