Results 1 to 25 of 25

Thread: Python

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #21
    zombologist Senior Member doc_bean's Avatar
    Join Date
    Oct 2004
    Location
    Riding Shai-Hulud
    Posts
    5,346

    Default Re: Python

    Quote Originally Posted by edyzmedieval
    Or what do you mean by Development Environment?
    Something like eclipse, which is primarily for java, but has python plug-ins I've read. Essentially a text editor for programming that points out the obvious errors and offers several functions for faster (and correcter) programming.
    For instance if you have an object named thing (from a certain class) and you type "thing." it will give you a list of all the functions that could apply (like for instance thing.getName()), this way you don't have to remember every exact name you've used for your methods or variables. It will also point out every (in theory) error the compiler would give if you were to compile ate that moment, with access to a list of suggestion how to fix it (adding throw clauses for instance).

    I don't get the first parts of the Python tutorial...Any help?
    I don't know Python, but perhaps you could point out (and/or quote and/or explain) exactly what you don't get ?
    Last edited by doc_bean; 05-09-2006 at 19:26.
    Yes, Iraq is peaceful. Go to sleep now. - Adrian II

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
  •  
Single Sign On provided by vBSSO