Search code examples
pythonipythonsublimetext3spyder

Alternative to Spyder?


I am looking for something that will work like Spyder, and at the same time, would be fast as Sublime Text. The problem with Sublime Text is that it lacks the IPython Console like the one Spyder has, and Syder lacks the speed (both the start up speed and code execution speed) that Sublime Text has. Is there anything in between?


Solution

  • If you want to code an extense program structured I will use the Pycharm IDE.

    If you want to create some notebooks, with experiments and results I will use Jupyter Lab.