Which Python IDE can run my script line-by-line?

后端 未结 15 987
小鲜肉
小鲜肉 2021-02-01 02:38

I wouldn\'t call myself programmer, but I\'ve started learning Python recently and really enjoy it.

I mainly use it for small tasks so far - scripting, text processing,

15条回答
  •  萌比男神i
    2021-02-01 02:51

    Visual Studio and PTVS: http://www.hanselman.com/blog/OneOfMicrosoftsBestKeptSecretsPythonToolsForVisualStudioPTVS.aspx

    (There is also a REPL inside VS)

提交回复
热议问题