Is the pycharm edu a stripped down version of pycharm pro with the edutools plugin installed or there are some other features exclusive to pycharm edu?
PyCharm Edu is based on PyCharm Community edition, but with bundled EduTools plugin which removes unnecessary UI elements and provides a user with courses for learning Python.
After the EduTools installation, Pycharm will be restarted. At the next start, among all existing options of the Pycharm Pro (Create a new project, Open, etc. ) on the welcome screen, there will be a new option called "Learn and Teach". This tool does not affect the Pycharm Pro functionality and is launched separately.
PyCharm Edu is based on PyCharm Community edition, but with bundled EduTools plugin which removes unnecessary UI elements and provides a user with courses for learning Python.
To find out more about EduTools plugin, please visit the Educational Products portal: https://www.jetbrains.com/help/education/educational-products.html?section=Python
So if i install EduTools in Pycharm Pro it will lose some functionality? or that will happen only in Learn mode?
After the EduTools installation, Pycharm will be restarted. At the next start, among all existing options of the Pycharm Pro (Create a new project, Open, etc. ) on the welcome screen, there will be a new option called "Learn and Teach". This tool does not affect the Pycharm Pro functionality and is launched separately.