Link to home
Start Free TrialLog in
Avatar of James Hancock
James HancockFlag for United States of America

asked on

What is the Best Development environment for Python?

Hi
I need to engage in many Python projects.
What might be the best dev environment?
No doubt, Eclipse,
but if I choose New in the menu, it only has Java.
How do I add a Python module to Eclipse?
Is this Youtube of it correct? . . . anything imperfect?

  here

Thanks
Avatar of kaufmed
kaufmed
Flag of United States of America image

"Best" is a subjective term. You need to tell us what "best" means to you.
I agree with kaufmed. I, for one, prefer to use something simple, like Sublime Text. But I have used wingware previously and was good for debugging.
Avatar of James Hancock

ASKER

True.

Best means, I guess, like Eclipse Java, all the auto-correct, warning underlining exists, and the help system is for Python.
and the Project relative components are in one folder in the column.
Thx,

This is what a former HOD's reply was,

I have used PyDev with Eclipse and I have mixed feelings about the experience. At UNCW, we tend to use Idle in CS1, and PyCharm in CS2. PyCharm is a top notch Python IDE with a liberal community license. I would recommend trying out the community version of PyCharm.

best,
S. N.
_________________________________________________________________________


4 Experts :
As he said, I have been using Idle up until now, and an IDE would be preferable, now.
Has anybody used PyCharm ?
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Walter Ritzel
Walter Ritzel
Flag of Brazil image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I have gone with PyCharm, and I am loving it.
Thanks so much.
Thanks