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

后端 未结 15 754
小鲜肉
小鲜肉 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条回答
  • 2021-02-01 03:10

    The upcoming RStudio 1.2 is so good that you have to try to write some python with it.

    0 讨论(0)
  • 2021-02-01 03:16

    You need to set the keyboard shortcut for "run selection" in Tools > Preferences > Keyboard shortcuts

    Then, select the line and hit the "run selection" shortcut

    0 讨论(0)
  • 2021-02-01 03:18

    The only one I've had success with is Eclipse with Pydev

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