View Poll Results: WHat python IDE or IDLE do you use in Ubuntu?

Voters
22. You may not vote on this poll
  • python idle 2.5

    2 9.09%
  • python idle 2.6

    5 22.73%
  • python idle 3.0

    0 0%
  • Pycrust and pyshell

    0 0%
  • Eclipse

    1 4.55%
  • DrPython

    1 4.55%
  • Eric Python IDE

    2 9.09%
  • other please expleain

    12 54.55%
Multiple Choice Poll.
Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: what python idle do you use under ubuntu?

  1. #1
    Join Date
    Dec 2007
    Beans
    485
    Distro
    Ubuntu 11.04 Natty Narwhal

    what python idle do you use under ubuntu?

    the standard python IDLE seems real buggy is there a different one I should be using or what does everyone else use?

    I've installed all the python ide's and tried them out but I like the way the idle works.

    I'm using 2.5 because it had more stars than 2.6 under add/remove for whatever reason

    on XP i'm running 2.6 which works how it should

    Did they do something different on the linux version it looks like i'm running it through wine or something, it won't let me highlight text or click the cursor to a position and the window's are just slow moving them around the screen.

  2. #2
    Join Date
    Dec 2007
    Beans
    485
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: what python idle do you use under ubuntu?

    has anybody else experienced this I get the same results with the standard python idle on several box's

  3. #3
    Join Date
    Dec 2007
    Location
    .
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: what python idle do you use under ubuntu?

    Vim!

  4. #4
    Join Date
    Dec 2007
    Beans
    485
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: what python idle do you use under ubuntu?

    in a terminal if I type python it use's version 2.6

    but I can't open a new window like the IDLE I like to be able to test out scripts with the run command that the idle offers

  5. #5
    Join Date
    Aug 2008
    Location
    Lisbon, Portugal
    Beans
    101
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: what python idle do you use under ubuntu?

    Quote Originally Posted by wsonar View Post
    in a terminal if I type python it use's version 2.6

    but I can't open a new window like the IDLE I like to be able to test out scripts with the run command that the idle offers
    I would say gedit (with the oblivion theme btw)

    You don't need the idle. just open multiple terminal windows and test the scripts with the command "python myscript.py".

    If you wish to use something more advanced, try Komodo out, it even compiles your code as you write, pointing out your syntax errors.

  6. #6
    Join Date
    Dec 2007
    Beans
    485
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: what python idle do you use under ubuntu?

    yea I like using gedit was even going to try to compile it for windows

    I had been using gedit because the IDLE coloring is not good then I was opening them in the IDLE to run because I figured that would give me the best syntax error's for troubleshooting

    guess I will just use the terminal and gedit

    Thanks.

  7. #7
    Join Date
    Dec 2007
    Beans
    485
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: what python idle do you use under ubuntu?

    I don't want to sound retarded but does VIM do code coloring?

  8. #8
    Join Date
    Mar 2007
    Location
    Melbourne, FL
    Beans
    99
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: what python idle do you use under ubuntu?

    Give Geany a try... small, fast, configurable, with syntax highlighter, and integrated terminal window.

    May be found in Synaptic Package Manger
    Disclaimer: Aint nuthin right in my left brain and nuthin left in the right

  9. #9
    Join Date
    Aug 2007
    Location
    127.0.0.1
    Beans
    1,800
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: what python idle do you use under ubuntu?

    Eclipse with pydev.
    "Just in terms of allocation of time resources, religion is not very efficient. There's a lot more I could be doing on a Sunday morning."
    -Bill Gates

  10. #10
    Join Date
    Dec 2007
    Beans
    485
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: what python idle do you use under ubuntu?

    Quote Originally Posted by raptor2552 View Post
    Give Geany a try... small, fast, configurable, with syntax highlighter, and integrated terminal window.

    May be found in Synaptic Package Manger

    got it installed I like it

Page 1 of 3 123 LastLast

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
  •