0
Q:

best ide for python

PyCharm - https://www.jetbrains.com/pycharm/ # Only for python
Visual Studio Code - https://code.visualstudio.com/ # Personally use and can work for tons of different languages (Highly Reccommend)
IDLE # default ide comes with python, its pretty good comes with python documentation
11
"""
I agree on PyCharm and VSCode. 
PyCharm is meant for Python only, and is kinda heavy, 
so I would recommend VSCode
It has multi language coding support. 
HTML, CSS, JS, Python, C++, C, C#, Java, and a lot of others
Best thing is that you can install many light extensions on VSCode like ones
that help in coding by providing code blocks, docstring auto generators, etc
And it is by Microsoft, so recommended greatly
"""
2
Pycharm: https://www.jetbrains.com/pycharm/
2
Pycharm - https://www.jetbrains.com/pycharm/
Visual Studio Code - https://code.visualstudio.com/
7
#i presonally use pycharm but be open for other IDE's
11
#To be honest i personally use Visual studio code, but IDEs made by Jetbrains are also really good. They are a bit pricy though. Of course you can get to community edition as well.
'''Well, other good code editors are atom, sublime text and idle itself. By far atom is the best out of these 
However they are all text editors and not proper IDEs. 
Hope that helps.
4
PyCharm
Visual Studio Code # Works better with the Python extension
Python IDLE
1
//I prefer to do most of my scripting in Sublime text and then its either console or Pycharm. 
// Text Editor
'https://www.sublimetext.com/' //Free to use  
//IDE
'https://www.jetbrains.com/pycharm/download/' //Free community edition
  
  //Pycharm can support Coffeescript, CSS, Javascript and Typescript, however I am unsure if this the full version only
0
Anaconda, Vs Code, Atom, Pycahrm, IDLE, spyder and IntelliJ IDEA
0
Sypder #If you are a beginner, I would recommend trying out Spyder that comes
# with Anaconda. 
Repl.it #If you want something online. 
Jupyter notebook #For Data science and ML. This also, comes with Anaconda.
0

New to Communities?

Join the community