Cleanest way to run/debug python programs in windows

前端 未结 9 1706
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:26

    I replaced cmd with Cygwin and Poderosa. May be a little overkill though, if the only problem you have with cmd is that it's a pain to resize.

    Although you use Emacs instead of Vim, so I guess you're into overkill... ;-)

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2020-12-28 16:27

    Wing IDE is awesome. They also have a free version.

    0 讨论(0)
提交回复
热议问题