Ask HN: What Python IDE do you use?
11–18 of 18 posts
Re: Ask HN: What Python IDE do you use?
#12Re: Ask HN: What Python IDE do you use?
#13I live inside WingIDE Pro(/Windows/wxPython/Django/) - it is the only IDE I have used that will reliably debug multi threaded apps and wxPython. We have hundreds of Python components in our product (financial industry) and Wing makes it easy to manage (or at least as easy as possible). The company fixes problems quickly (I have reported a few and they fixed all of them within a reasonable time frame). For commercial…
Re: Ask HN: What Python IDE do you use?
#14Tried Eclipse and it feels like bloatware.
I would really like to find some middle ground between notepad++ and eclipse.
Re: Ask HN: What Python IDE do you use?
#15I live inside WingIDE Pro(/Windows/wxPython/Django/) - it is the only IDE I have used that will reliably debug multi threaded apps and wxPython. We have hundreds of Python components in our product (financial industry) and Wing makes it easy to manage (or at least as easy as possible). The company fixes problems quickly (I have reported a few and they fixed all of them within a reasonable time frame). For commercial…
I love Wing too. Now, how is $180 for the Pro version not cheap?
Re: Ask HN: What Python IDE do you use?
#16That said, if I'm just knocking out a single script or something, I'll just drop straight into vim.
(Oh, on Windows, almost exclusively)