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?
Asked
Active
Viewed 248 times
0
-
Someone uses visual studio with python? – wim Dec 30 '13 at 14:44
1 Answers
3
Have you tried Python Tools For Visual Studio? It also has Ipython inbuilt.

richie
- 17,568
- 19
- 51
- 70
-
Yes, I am using the PTVS 2012. But I didn't see an interactive console in VS2012 similar to IDLE. – smwikipedia Dec 30 '13 at 14:48
-
1PTVS 2012 has IPython inbuilt. That is a better option than IDLE right? – richie Dec 30 '13 at 14:51
-
OK, I found it at here: http://pytools.codeplex.com/wikipage?title=Features%20Interactive%20REPL – smwikipedia Dec 30 '13 at 14:51
-
I am trying to use the NLTK for python. I don't know how to integrate it into VS2012. I installed the NLTK with cpython. Seems IronPython cannot find it. – smwikipedia Dec 30 '13 at 14:52
-
Note that you don't need IronPython for PTVS, it supports CPython just as well. – Pavel Minaev Feb 11 '14 at 17:25