total beginner in Python here. I installed Python 3.6.5 on my Mac and I am using the default IDLE. When I did VBA or Java (long time ago), there used to be pop-up help/completion suggestions after you typed "." (for example).
How do I make it happen in IDLE?
EDIT// There is another thread asking essentially the same question however, it is six years old. I did not want to ressurect such an old thread since a lot has changed, I assume.
Bottom Line: Is it possible to have an "interactive help" pop up as I am typing using the IDE which came with Python?