Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Python development environment

  1. #1
    Join Date
    Nov 2004
    Beans
    473

    Smile Python development environment

    I've read a lot of the Python threads here and I haven't seen any mention of an IDE I know there is one. And I haven't found it in the repositories yet. I'm just getting into python, so I'm just exploring possibilities here.

    I'd be interested to hear what people are using and maybe causes thhem to make the choice, and what they build with python.

    I hope this question hasn't been aksed before, I didn't see one!!!

  2. #2
    Join Date
    Oct 2004
    Beans
    18

    Re: Python development environment

    gvim and a terminal or two. I know there are ample ides on windows but I haven't found one I like for large projects on Linux.

  3. #3
    Join Date
    Nov 2004
    Beans
    303

    Re: Python development environment

    I don't use any IDEs in Python simply because I don't need one, but here's a really nice one called SPE: http://spe.pycs.net/

  4. #4
    Join Date
    Jan 2005
    Location
    Portland, Oregon U.S.A.
    Beans
    1,050
    Distro
    Ubuntu Mate 15.04 Vivid Vervet

    Re: Python development environment

    Shoot. I just use IDLE. But then, I'm not very good at programming (but i do looooove Python!).

  5. #5
    Join Date
    Nov 2004
    Location
    Reno
    Beans
    363
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Python development environment

    A combo of jedit and IDLE works for me.
    dataw0lf
    -
    About Me
    Joshua "stderr / dataw0lf" Simpson, CCIE R&S and Security, RHCE

  6. #6
    Join Date
    Nov 2004
    Beans
    473

    Re: Python development environment

    Thanks Guys

  7. #7
    Join Date
    Nov 2004
    Beans
    473

    Re: Python development environment

    I've seen some use PyGTK, and I've mention of Python and Glade, are they the same?

  8. #8
    Join Date
    Nov 2004
    Beans
    473

    Re: Python development environment

    I've seen some use PyGTK, and I've mention of Python and Glade, are they the same?

  9. #9
    Join Date
    Nov 2004
    Beans
    303

    Re: Python development environment

    Glade is an GUI designer for your applications. You make all of the stuff on the inside work with Python.
    Last edited by Quest-Master; January 12th, 2005 at 04:14 AM. Reason: :)

  10. #10
    Join Date
    Nov 2004
    Beans
    473

    Re: Python development environment

    Quote Originally Posted by Quest-Master
    Glade is an GUI designer for your applications. You make all of the stuff on the inside work with Python.
    Interesting Quest-Master. Thanks.

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
  •