Python
Results 1 to 2 of 2

Thread: Python

  1. #1
    Avatar Goes Here Radical Dreamer's Avatar
    Join Date
    Jan 2001
    Location
    Fairmont, West Virginia
    Posts
    4,866

    Post Python

    I have been reading up on python programming language and have learned a few simple things about it and I am wondering if anyone knows what kind of real use it can be put to.

  2. #2
    Registered User
    Join Date
    Jan 1999
    Location
    London, Great Britain
    Posts
    300

    Post

    I've seen Python used a couple of times - mainly as an alternative to the native Windows Scripting Host - to ensure the cross-platform compatibility that Python has for *nix, Windows, Mac, etc.

    As with all programming languages, it comes down to what you're actually trying to do with it. There's no point in using a multi-platform language when all you're ever going to do is write exclusively windows programs!

    As for it's use ... well that's only limited to what you can get it to do. If you're thinking of using it to write some CGI for a web server then I personally think you'd be better off trying something like
    PHP which has a lot more web-oriented functions already written and built into it and it's also cross-platform, so it runs on Windows, *nix, etc as well.
    I'd rather die peacefully in my sleep like my Grandfather,
    than screaming in terror like his passengers.
    Jim Harkins
    <a href="http://www.Horrible.Demon.co.uk/" target="_blank">http://www.Horrible.Demon.co.uk/</a>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •