For individual projects, I create my own virtualenv for each one, and I do everything else in the main environment, so I install all the library modules there, at the moment there are a lot of different modules in the main environment, does their number influence the interpreter speed? The answer is if you can not in the style of yes / no, but at least a couple of words why it affects or does not affect.
- According to my observations, the performance of the interpreter is not, but the performance of PyCharm is severely affected, so for projects it almost always has to create a virtual environment. - insolor
- does not affect execution. on the syntax analyzer - strongly. My builder took a couple of gigs at the pace for the analyzer - I had to disable the syntax hints - eri
|