Results 1 to 4 of 4

Thread: Python3 IDE

  1. #1
    Join Date
    Jan 2009
    Location
    San Francisco, CA
    Beans
    213
    Distro
    Xubuntu 16.04 Xenial Xerus

    Python3 IDE

    I like features of IDLE3, but the shell that comes with IDLE3 is no good. Something that takes 5 seconds to run in the terminal, would crash the IDLE's shell.
    So I'm looking for a replacement for IDLE3.
    I looked at Geany. I like the editor, but I prefer an IDE with a Python3 shell that has tab completions for Python3 objects. Kinda like how "python3 -i" works, but "python3 -i" doesn't do tab completion.
    Any ideas?
    There are two sides to every story: my side and the wrong side.

  2. #2
    Join Date
    Apr 2011
    Location
    Chittagong,Bangladesh
    Beans
    149
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Python3 IDE

    You can use Pydev in Eclipse

  3. #3
    Join Date
    Jul 2005
    Beans
    382

    Re: Python3 IDE

    Quote Originally Posted by prismctg View Post
    You can use Pydev in Eclipse
    What he said. I've not tried with 3.x, but PyDev for 2.x is simply amazing.
    Registered Linux User #407403

  4. #4
    Join Date
    Sep 2005
    Location
    Rural Nevada, USA
    Beans
    314
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: Python3 IDE

    I recently switched from Geany to PyDev, and I find PyDev to be quite powerful. Some things in my own code that used to confuse me are clearer now.

Tags for this Thread

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
  •