is it possible to use python to create flash like browser games? (Actually I want to use it for an economic simulation, but it amounts to the same as a browser game)
You could have Python CGI code as a backend and send input in to it through AJAX. Its probably better just use something on the client side for this, though.