4
votes
4answers
435 views

Is there an IDE for python that creates the same kind of reflective environment that Smalltalk provides?

As anyone who has used Smalltalk knows, one of the main benefits (other than a late-bound language that discourages many poor practices), is that the system is totally transparent and reflective, ...
-11
votes
8answers
674 views

Do the scattered tools and lack of rich IDE makes Ruby and Python only suitable for hobbyists? [closed]

I am not against Ruby and Python, but this question evolved from my own experiences with these languages. There are a lot of commonly needed tools scattered everywhere and there is no center stage of ...
1
vote
1answer
244 views

What features are missing from Python IDE tools?

What are the most desired features currently lacking in any Python IDE tools? I'm also interested in what's missing in Komodo 6 but available in other tools (I currently use Komodo 6 for Python 3 ...