Create page on advance form submission

Permalink
I am using the advance form product. When a user submits a form I have a python script that runs in the server and when it is done updates a table in the concrete DB .( I manually created this table with MySQL in concrete DB).
I also want to create a page programmatically when the form is submitted, what's the best approach to this? Should I use the controller of a single page to do this?

The page created will render data that was updated by the python script

Thanks in advance