Results 1 to 8 of 8

Thread: Good Python IDE?

  1. #1
    Join Date
    Nov 2010
    Location
    Australia
    Posts
    1,472
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default Good Python IDE?

    I've been looking for a good python IDE but only managed to find a couple from here: http://wiki.python.org/moin/PythonEditors. If you guys know of any others please post.

    E: They should be free and support python 2.7(windows or cross platform)

  2. #2
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    I know eclipse has python support. I've never used it, but I liked using eclipse for Java.

  3. #3
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Windows: I always used IDLE, always worked pretty well for me.
    OS X: Coda hands down. Such a great editor.


  4. #4
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Stay away from the python plugin + netbeans...
    I like PyDev for ecplise. Komodo Editor is good if you manage to find a way to run code from the editor.
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  5. #5
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    vim.

    Its what I use and its great!
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  6. #6
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    IDLE, pyscripter, SPE (i personally use SPE and i quite love it)
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  7. #7
    Join Date
    Nov 2010
    Location
    Australia
    Posts
    1,472
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Dan Cardin View Post
    IDLE, pyscripter, SPE (i personally use SPE and i quite love it)
    So far, it looks like im going to use pyscripter and SPE, but im looking for an ide with code completion, and things like ctrl click a function name and it takes me there(similar to simba)--does spe have this?. Also it would be good if it has WYSIWYG gui design capability.

    E: would be nice to have a line by line debugger sort of thing(am i making sense?)

  8. #8
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    spe has as good autocompletion as you're likely to get with python. I'm unsure as ctrl click since i never use it.

    and debugger it the python debugger in all ide's afaik, so it wont vary no matter what you use.
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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