Re: What IDE has good git and python support?

2009-10-30 Thread Bruno Desthuilliers
Aweks a écrit : what do you use? bash + emacs -- http://mail.python.org/mailman/listinfo/python-list

Re: What IDE has good git and python support?

2009-10-30 Thread Ben Finney
Bruno Desthuilliers bruno.42.desthuilli...@websiteburo.invalid writes: Aweks a écrit : what do you use? bash + emacs Yes, Bash and the toolkit provided by the GNU operating system are an excellent integrated development environment (IDE). Emacs has a ‘vc’ mode, and Git provides an Emacs

Re: What IDE has good git and python support?

2009-10-28 Thread J Kenneth King
Aweks a...@ewadev.com writes: what do you use? emacs. -- http://mail.python.org/mailman/listinfo/python-list

Re: What IDE has good git and python support?

2009-10-28 Thread Simon Forman
On Tue, Oct 27, 2009 at 11:56 AM, Aweks a...@ewadev.com wrote: what do you use? I use IDLE for python and Bash for GIT. Regards, ~Simon -- http://mail.python.org/mailman/listinfo/python-list

Re: What IDE has good git and python support?

2009-10-28 Thread alex23
On Oct 28, 1:56 am, Aweks a...@ewadev.com wrote: what do you use? ActiveState's Komodo IDE. -- http://mail.python.org/mailman/listinfo/python-list

What IDE has good git and python support?

2009-10-27 Thread Aweks
what do you use? -- http://mail.python.org/mailman/listinfo/python-list

Re: What IDE has good git and python support?

2009-10-27 Thread Mick Krippendorf
Aweks schrieb: what do you use? Either of the following: - Vim + Eclim + Rope + pylint + PyDev + Eclipse + cygwin + WindowsXP - Vim + Linux Mick. -- http://mail.python.org/mailman/listinfo/python-list

Re: What IDE has good git and python support?

2009-10-27 Thread TerryP
The best IDE for git and python is bash :-P. I use a mixture of FreeBSD, rxvt-unicode, GNU screen, zsh, vim, git, Python, and Exuberant Ctags. -- http://mail.python.org/mailman/listinfo/python-list

Re: What IDE has good git and python support?

2009-10-27 Thread Ryan Lynch
On Tue, Oct 27, 2009 at 12:04, Mick Krippendorf mad.m...@gmx.de wrote: Aweks schrieb: what do you use? Either of the following: - Vim + Eclim + Rope + pylint + PyDev + Eclipse + cygwin + WindowsXP - Vim + Linux A word of praise/warning about Eclipse: The Python integration is pretty good--I

Re: What IDE has good git and python support?

2009-10-27 Thread geremy condra
On Tue, Oct 27, 2009 at 11:56 AM, Aweks a...@ewadev.com wrote: what do you use? -- http://mail.python.org/mailman/listinfo/python-list On console only: vim + screen On X: (vim or gedit) + terminator Geremy Condra -- http://mail.python.org/mailman/listinfo/python-list