Hi Boys,
technically, you are both wrong and right in certain senses!
It depends on your perspective.
Conventionally, files having the *.py ending are expected to contain
a python script. Yes, I know there are some other formats that use the *.py
ending.
Now, depending how a user agents requests the file it will be sent verbatim or
the server will have the file processed and send that output to the user agent.
How the file is processed by the server depends on how the server is set up.
Hope this helps
Keith.
james said:
> The URLs ending with .py are not Python programs.
well, technically, a python program lives at that address,
but what _you+ will see, in your browser-window, will be
the output which that python program is sending to you.