I am working on a physics simulation and would like to publish it on the web.&nbsp; The simulation requires input fields, mouse action (picking points in a display pane) and movie like feature with play, pause, skip forward and skip backward.&nbsp; I was wondering if this can be done using Python and a Python web tool kit like Django.&nbsp; I can see that this can be done using Java/Java Script but don&#39;t feel like re-familiarizing myself to Java.&nbsp; I looked into the <a href="http://wiki.python.org/moin/WebProgramming">Python web programming page</a> but it didn&#39;t answer my questions.&nbsp; My goal is keep this simulation completely written in Python.<br>