As you doubtless know, Python comes with its own integrated development environment (IDE). It is called IDLE, short for Integrated DeveLopment Environment. While it has always had a lot of unique helps for the Python programmer (class browser, syntax highlighting, etc.), it now comes with pop-up syntax suggestion help. If you know the statement but forget the precise syntax, IDLE will now suggest it to you.
Comments
Comments are closed for this post.
