where does Python stand?

Paul Prescod paul at prescod.net
Thu Feb 5 11:56:03 EST 2004


Ben wrote:

> Hi all!
> 
> I learned Python as part of my university coursework... I enjoyed it.
> Now I'm just wondering how Python compares with asp, jsp, php and what
> not?? I don't have slightest knowledge about these languages... Are
> they more advanced than Python? Can Python be integrated with
> Dreamweaver?

ASP, JSP and PHP are Web templating languages. You would use them to 
write the front-end of a website but not to write a video game, a 
program that calculates taxes, payroll software, etc. Python is a 
general purpose programming language.

Can python be integrated with Dreamweaver? It depends. What are you 
trying to accomplish? You would not (usually) code Python in DreamWeaver 
the way you might code ASP or JSP in DreamWeaver because Python code 
does not (usually) reside in Web pages or Web templates and Dreamweaver 
is a Web page design tool.

  Paul Prescod






More information about the Python-list mailing list