# IDE comparison
| Number | Data Science IDE | Code Development IDE |
|---|---|---|
| 1 | Data centric | Code centric |
| 2 | Interactive and Visual | Classes and Debugging |
| 3 | The code is relatively simple, mainly in script | The code is complex, mainly in program |
| 4 | Interact with various data sources | Interact with git, build, and compile tools |
| 5 | Spyder;Jupyter notebook;JuppterLab | Pycharm;Visual Studio Code;Sublime Text |