How to find Pycharm's Version Using Python
问题 I have a program that gets version from (selenium, python and chrome) from my system and compares it with the latest version online. This is the code to get pythons version from my system pythonVersion = platform.python_version() finalVersion = "Python " + pythonVersion Now my main problem is trying to get Pycharms version using code. It would be helpful if anyone has any idea on how to do it 回答1: Good question. I have researched into it but I was unable to find a solution/plugin that will