|
-
Aug 8th, 2002, 09:34 PM
#1
Thread Starter
Junior Member
Python as script language
I was wondering if many people here have tried using python
as a script language with html.
The way I see it python is a language that could be relied on,I
mean even sun microsystems have enough respect for it to implement a version called jython.
I would appreciate anybodys opinion on this.
-
Aug 9th, 2002, 10:56 AM
#2
Black Cat
There's a Python module for Apache and the Windows Python distro installs a Python scripting engine that can be used with ASP (and IE or WSH), so if you have control of your web server, using it server-side is no problem. However, client side would be difficult, as the web browser must support Python, which is probably not too common - IE can if PythonScript was installed, I don't know about other browsers.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Aug 9th, 2002, 11:58 AM
#3
Thread Starter
Junior Member
Hey ! Thanks for your help.I was wondering,Would you say
Perl would be a better choice as a script than python?
And have you ever heard of Active perl.What would be the difference between this and perl?
Thanks!
Tony
-
Aug 9th, 2002, 12:44 PM
#4
Black Cat
Perl is more common than Python, especially on web servers.
ActivePerl is the ActiveState company's Perl distro - it's pretty much the most common Windows Perl distro. ActivePerl adds some Windows-specific things, like PerlScript or PerlISAPI (for IIS and ISAPI compliant web servers). I use ActivePerl a bit at work, for web development and as stand-alone scripts. ActivePerl should be able to do everything that Perl can do, minus the UNIX specific stuff.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|