Cleanest way to run/debug python programs in windows

前端 未结 9 1707
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:20

    Year 2017-2019 Answer:

    Try Visual Studio Code, it has great support for Python debugging, auto completion and more!

    See this link for details: https://code.visualstudio.com/docs/languages/python#_debugging

提交回复
热议问题