0

It seems the built-in IDLE for Python has some performance degrade if too much content has been output. Is there a similar interactive console in Visual Studio for python?

smwikipedia
  • 61,609
  • 92
  • 309
  • 482

1 Answers1

3

Have you tried Python Tools For Visual Studio? It also has Ipython inbuilt.

richie
  • 17,568
  • 19
  • 51
  • 70