언어/Python
런타임이란
개발자국S2
2023. 3. 16. 10:54
Runtime describes software/instructions that are executed while your program is running, especially those instructions that you did not write explicitly, but are necessary for the proper execution of your code.
https://aliwo.github.io/swblog/python/python-runtime/#
파이썬 런타임은 도대체 어떻게 동작하는 것이죠?
질문 Stack Exchange 에서 흥미로운 글을 발견해서 이를 번역해 보았습니다.
aliwo.github.io
반응형