Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie Questions

Status
Not open for further replies.

Sidro

MIS
Sep 28, 2002
197
US
HI,
How does Python work? I mean, is it a server-side programmng language? Does it work like Asp.net where the codes written are only executable on the server side only and users dont see them ? Please enlighten me on this. Thanks.
 
Python can be used as both a application and web interface language. tehre is a scripting engine (PythonScript) allowing you to use it to develop ASP's. But I do not think ASP.NET will allow the usage. I've not looked into .NET that far as of yet.

I think at this point in the questions reading the starting points on Python at
would answer your quetions and curiousity far better.

scroll down slightly in the page and you'll see some good articels starting with
What is Python? - short summary describing Python.
leading up to some examples to get you going and what you'll need to run Python on your machine along with interprutation through IIS.

also for the IIS and ASP side of things you'll more then likely find this site very helpful. the configuration and set up to run PythonScript is seemless and a easy thing to start in learning the Python syntax

___________________________________________________________________
onpnt2.gif
[sub]
The answer to your ??'s may be closer then you think.
Check out Tek-Tips knowledge bank by clicking the FAQ link at the top of the page
[/sub]
 
hi,
ok, is Python a server side scripting language like PHP or client side like javascript? How does python work? I cant seem to find specific infos on exactly how it works. If anyone is familiar with its concept, please enlightne me. thanks.
 
Well, I though onpnt's answer pretty much covered it, so here's another explanation:

Python is not a web language.
Python is an interpreted programming language similar to .Net and Java
PythonScript is a derivative of Python that allows IIS to execute Python files as ASP files and return HTML
Python can also be used for cgi
Python can be used as a client-side web scripting language if the user has it installed, similar to how Java applets can run on a client browser if you have the JVM installed.



[sub]01000111 01101111 01110100 00100000 01000011 01101111 01100110 01100110 01100101 01100101 00111111[/sub]
The never-completed website:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top