How does google manage to have actual .py scripts on its webpage (https://support.google.com/mail/bin/answer.py?hl=en&answer=10313)? It seems that the parameters 'en' and '10313' are passed to the answer.py script. I have seen a website that does the following: answer.php?hl=en&answer=10313, but how would you use a python script in such a way?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
By using an application server or a webserver configured to run Python scripts? There are many options to run Python serving web requests. Note that extensions don't mean anything anymore these days; the |
|||
|
|