-
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
반응형'언어 > Python' 카테고리의 다른 글
pip로 저장한 파일 위치가 알고싶을 때 - where are my files installed by pip? (0) 2023.03.02 Status Code 관련 (0) 2023.02.27 WSGI (0) 2023.02.24 변수가 비어있는데 None이 아닐 때 : if x is not None (0) 2023.02.17 [파이썬]모듈 / 패키지/ 라이브러리 차이 (0) 2023.02.17