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 module to support Git
in ‘vc’. It will then work the same as any other VCS supported by Emacs.

Learn to use the GNU operating system, and a powerful free-software
mature programmable text editor (Emacs or Vim), and you have an IDE that
works for any popular programming language.

-- 
 \ “Oh, I realize it's a penny here and a penny there, but look at |
  `\  me: I've worked myself up from nothing to a state of extreme |
_o__)  poverty.” —Groucho Marx |
Ben Finney
-- 
http://mail.python.org/mailman/listinfo/python-list


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 especially like the debugger. But the git support is
lacking--it's nowhere near the level of SVN or CVS integration, though
it is basically usable.

I'm using Egit 0.5.0 on F11, with Eclipse 3.5.

-Ryan
-- 
http://mail.python.org/mailman/listinfo/python-list


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