+ 5
Preferable IDEs
What do you use to write your code? Currently I'm trying to befriend with PyCharm, it seems the coolest IDE. But I see that people also choose Visual Studio, Atom, Sublime, etc. And for CSS and HTML some coders use Notepad++, they say it has nice interface and it's just a bit better than a common text editor
6 Answers
+ 5
again that question
pycharm
spyder if you are the scientific guy
komodo average
eclipse with pydev plugin if you
are a java programmer
or netbeans. also has py support
wing ide personal works best for me
+ 2
netbeans , eclipse
+ 2
You can look at:
- Spyder Python
- Eric Python
Those are open source (as far as I know).
+ 1
Personally, I use the standard IDE from python. On my phone I use Pythonista, which has a slightly different standard library of modules, but is still a great tool to practice on the go.