Autocompletion in dynamic language IDEs, specifically Python in PyDev

前端 未结 7 1751
无人共我
无人共我 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:34

    Just to keep it up to date so that new readers are not confused about the current state of Pydev - the example you gave now works in Pydev. (btw, one should avoid operating on paths manualy - use os.path.join instead)

提交回复
热议问题