diff -r 6bcedf96d25f Doc/using/unix.rst --- a/Doc/using/unix.rst Tue Sep 13 20:48:25 2016 +0200 +++ b/Doc/using/unix.rst Thu Sep 15 21:14:01 2016 -0700 @@ -146,3 +146,10 @@ Komodo edit is another extremely good IDE. It also has support for a lot of languages. For more information, read https://komodoide.com/. + +PyCharm Community Edition is free, has a very powerful static analyzer, comes +with PEP8 checking installed by default, and supports type hinting. +https://www.jetbrains.com/pycharm/features/ + +Please go to https://wiki.python.org/moin/PythonEditors for a comprehensive +list of Python Editors. \ No newline at end of file