Try Python is An interactive Python tutorial running in the browser. http://www.trypython.org/
But, I want to run it in my Winform or WPF application.
How can I do that?
I konw WPF support WebBrowser, could I use try python by it?
I want to add a iteractive window in my application, not only run ironpython in it.