Is there a good Python GUI shell?

前端 未结 8 2518
既然无缘
既然无缘 2021-02-19 15:08

I saw this the other day (scroll all the way down to see some of the clever stuff):

http://www.mono-project.com/docs/tools+libraries/tools/repl/

8条回答
  •  清酒与你
    2021-02-19 15:15

    DreamPie is my personal favorite. It doesn't appear to be any more restrictive than CSharpRepl. For example, the graph drawing example can be done if matplotlib is installed. There is an example screenshot to this effect on DreamPie's web site (http://dreampie.sourceforge.net/).

    Bpython is similar, and I like it better. But it is only available on Linux as binary.

提交回复
热议问题