Results 1 to 4 of 4

Thread: Python as script language

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2002
    Posts
    22

    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.
    tonyf

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    May 2002
    Posts
    22
    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
    tonyf

  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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
  •  



Click Here to Expand Forum to Full Width