generated from Pseudo-Lab/Jupyter-Book-Template
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 3주차 | ||
|
||
## [1] CPython 인터프리터 실행 과정 코드 레벨로 이해하기 | ||
|
||
<figure> | ||
<img src="week_3_1.png" alt="" style="width: 800px; display: block; margin: 0 auto;"> | ||
</figure> | ||
|
||
## [2] 파이썬 세션에서 runtime flag 확인하기 | ||
|
||
<figure> | ||
<img src="week_3_2.png" alt="" style="width: 800px; display: block; margin: 0 auto;"> | ||
</figure> | ||
|
||
## [3] `importlib.util.find_spec` 함수를 사용해서 원하는 모듈의 위치를 찾아보기 | ||
|
||
<figure> | ||
<img src="week_3_3.png" alt="" style="width: 800px; display: block; margin: 0 auto;"> | ||
</figure> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.