PyCharm is written in Java, and Java uses Just In Time compilation, that is, the method in Java bytecode is converted to native code the first time this method is called. The next time this method is called, it works much faster.
So, the first thing you need to do with a new installation of PyCharm is to run it several times and try some of the basic functions. Remember to open and close PyCharm several times. I find this helps every time I install a new version of PyCharm.
Chad Hamilton Frederick Jun 19 '17 at 3:58 on 2017-06-19 03:58
source share