Cleanest way to run/debug python programs in windows

前端 未结 9 1711
Happy的楠姐
Happy的楠姐 2020-12-28 15:21

Python for Windows by default comes with IDLE, which is the barest-bones IDE I\'ve ever encountered. For editing files, I\'ll stick to emacs, thank you very much.

H

9条回答
  •  轮回少年
    2020-12-28 16:27

    However, I want to run programs in some other shell than the crappy windows command prompt, which can't be widened to more than 80 characters.

    Click on the system box (top-left) in the command prompt and click properties. In the layout tab you can set the width and height of the window and the width and height of the screen buffer. I recommend setting the screen buffer height to 9999 so you can scroll back through a long output.

提交回复
热议问题