Autocompletion in dynamic language IDEs, specifically Python in PyDev

前端 未结 7 1758
无人共我
无人共我 2021-01-14 01:53

I\'m new to Python, with a background in statically typed languages including lots and lots of Java.

I decided on PyDev in eclipse as an IDE after checking features/

7条回答
  •  既然无缘
    2021-01-14 02:29

    You want IPython. As Daniel pointed out above, the interactive shell is a much better way to explore Python (and indeed, most other languages too).

    This might help with setting it up on OSX.

提交回复
热议问题