Hi, On Thu, Aug 11, 2011 at 1:43 PM, Sean Wolfe <ether....@gmail.com> wrote:
> Is anybody particularly enthusiastic about their IDE? > I'm pretty enthusiastic about IDLE, myself. Unlike C/C++, Python is intuitive enough so that you don't need a debugger to use it. It's somewhat liberating, in my opinion, to just go with the raw code. I tend to find problems faster and more easily when the only thing I care about is the code. Ian