Tagged Questions
0
votes
0answers
28 views
PyDev plugin for Eclipse [migrated]
I just installed the PyDev plugin for Eclipse. Everything seems to be configured properly but I do not see syntax highlighting. D you know what might be the problem?
3
votes
4answers
306 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, ...
-12
votes
8answers
438 views
Do the scattered tools and lack of rich IDE makes Ruby and Python only suitable for hobbyists?
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 ...
16
votes
13answers
3k views
What IDEs (if any) do Python programmers use?
I am starting out with Python and using VIM for now and love it!
Coming from a Java + Eclipse background, I feel the speed of development is a little slow compared to using Python + VIM, not only due ...
6
votes
4answers
547 views
Moving to Mac for Python/R Programming
I mostly program in R and occasionally will write a python script. My current setup is Windows 7 and I use Eclipse as my IDE.
I am very novice, but as I get deeper into programming, I find myself ...
7
votes
8answers
674 views
What does your Python development workbench look like? [closed]
First, a scene-setter to this question:
Several questions on this site have to do with selection and comparison of Python IDEs. (The top one currently is What IDE to use for Python). In the answers ...