where does the executed files stored in Windows | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

where does the executed files stored in Windows

12th May 2020, 7:34 AM
s.ruthvik
s.ruthvik - avatar
6 Answers
+ 2
Which executed files?
12th May 2020, 7:45 AM
A͢J
A͢J - avatar
0
Which language?
12th May 2020, 3:23 PM
Ore
Ore - avatar
12th May 2020, 3:31 PM
s.ruthvik
s.ruthvik - avatar
0
s.ruthvik In most instances python is interpreted. So it does not store any compiled code anywhere unlike Java or C Interpreted languages are languages which are executed line by line during run-time
12th May 2020, 3:34 PM
Ore
Ore - avatar
0
Where it will be stored in compiling ,assembly languages?
12th May 2020, 3:37 PM
s.ruthvik
s.ruthvik - avatar
0
s.ruthvik It is stored somewhere on the file system depending on your project path and settings. See this article https://towardsdatascience.com/understanding-JUMP_LINK__&&__python__&&__JUMP_LINK-bytecode-e7edaae8734d
12th May 2020, 3:38 PM
Ore
Ore - avatar