Good evening! I can’t understand where in the Python folder folder the __ pycache __ folder appeared. What is this folder and how was it created?
p.s: all with the new year coming !!!
question@mail.ru
·
01.01.1970 03:00
Good evening! I can’t understand where in the Python folder folder the __ pycache __ folder appeared. What is this folder and how was it created?
p.s: all with the new year coming !!!
answer@mail.ru
·
01.01.1970 03:00
During the first import of the module, the source code is compiled in the byte code (). *. Pyc files) so as not to cross the same code every time. Initially,