Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29311
| References | <R3j5s.75$lW1.12@newsfe18.iad> |
|---|---|
| Date | 2012-09-17 00:14 +1000 |
| Subject | Re: newbie question : gedit as an ide |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.791.1347804848.27098.python-list@python.org> (permalink) |
On Sun, Sep 16, 2012 at 9:52 PM, Mayuresh Kathe <mayuresh@kathe.in> wrote: > new to the group, a quick hello to all. :-) > does anyone use gedit as an 'ide' for python development? > if yes, may i know the caveats against using 'idle', 'bpython', etc? > > thank you. I never really liked gedit; when I first switched my primary development platform to Linux (from working on OS/2 and Windows), it was an Ubuntu, and I felt that gedit was less than satisfactory. The second GUI editor I tried was SciTE, which IMHO is distinctly superior. Mainly, though, I don't use any sort of IDE per se; the only "IDE-like" feature in my setup is SciTE's F7 key binding to run 'make', and then a properly-configured makefile in every directory that I work in. Between that and a terminal window for git commands, there's not really much more to look for in a development environment. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
newbie question : gedit as an ide Mayuresh Kathe <mayuresh@kathe.in> - 2012-09-16 17:22 +0530 Re: newbie question : gedit as an ide Chris Angelico <rosuav@gmail.com> - 2012-09-17 00:14 +1000 Re: newbie question : gedit as an ide Devin Jeanpierre <jeanpierreda@gmail.com> - 2012-09-16 10:28 -0400
csiph-web