I am considering various IDEs for python. Looking at the official list , IDEs are classified based on " code completion based on introspection ."
What does code completion based on introspection mean?
Thank.
This means that the IDE uses introspection to find out which methods and variables are available from the given object, and then allows you to quickly complete the code, usually providing a list of parameters after entering the period after the character.
Here is an example if the WingIDE Pro is inactive. Forgive the hasty image thrown together.
, arg1 1 , , , , , int.
arg1
1
int
, IDE docstrings get requests.
get
requests
, IDE "" , , .