some questions about python
Posted
by
avon_verma
on Stack Overflow
See other posts from Stack Overflow
or by avon_verma
Published on 2011-01-09T08:33:51Z
Indexed on
2011/01/09
8:53 UTC
Read the original article
Hit count: 198
I have a few questions about python
I've seen many pages like these on Google
- http://mail.google.com/support/bin/answer.py?answer=6583
- https://www.google.com/adsense/support/bin/topic.py?topic=13488
...that have .py
extensions.
1: Are pages like these built on pure python code, but printing out html like print "<div etc..."
or like the typical asp,jsp,php
type of pages with html pages and embedded python code like:
<html>
<% some python code %>
</html>
2: What is python mainly used for making? windows apps or web or .. ?
Also, are ruby and perl also similar to python?
© Stack Overflow or respective owner