Skip to content

Commit

Permalink
[이성범] 4주차 미션 제출 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongBeomLEE authored Apr 28, 2024
1 parent dc22010 commit e1fbf87
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 8th_members/이성범/1주차.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 1주차

## CPython 소스코드 다운로드 및 환경 구성
<p align="center"><img src="1_week.png" /></p>
<p align="center"><img src="image/1_week.png" /></p>

## 스터디에서 이루고 싶은 목표, 함께 하게 된 소감
- 이번 스터디를 통해서 Python 동작 원리를 조금 더 깊게 이해해서, 사용하고 있는 코드들의 성능을 최적화 하고 싶습니다.
Expand Down
4 changes: 2 additions & 2 deletions 8th_members/이성범/2주차.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 2주차

## 컴파일
<p align="center"><img src="2_week_build.png" /></p>
<p align="center"><img src="image/2_week_build.png" /></p>

## 새로운 문법 생성
- pass 키워드에 LGTM을 추가
<p align="center"><img src="2_week_pass.png" /></p>
<p align="center"><img src="image/2_week_pass.png" /></p>
6 changes: 3 additions & 3 deletions 8th_members/이성범/3주차.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 3주차

## CPython 인터프리터 실행 과정 코드 레벨로 이해하기
<p align="center"><img src="3_week_interpreter.png" /></p>
<p align="center"><img src="image/3_week_interpreter.png" /></p>

## 파이썬 세션에서 runtime flag 확인하기
<p align="center"><img src="3_week_runtime_flag.png" /></p>
<p align="center"><img src="image/3_week_runtime_flag.png" /></p>

## importlib.util.find_spec 함수를 사용해서 원하는 모듈의 위치를 찾아보기
<p align="center"><img src="3_week_find_spec.png" /></p>
<p align="center"><img src="image/3_week_find_spec.png" /></p>
8 changes: 8 additions & 0 deletions 8th_members/이성범/4주차.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 4주차

## instaviz로 AST 시각화 해보기
<p align="center"><img src="image/4_week_1-1.png" /></p>
<p align="center"><img src="image/4_week_1-2.png" /></p>

## ‘거의 같음’ 연산자를 문법에 추가하고 AlE타입의 객체를 출력 해보기
<p align="center"><img src="image/4_week_2.png" /></p>
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added 8th_members/이성범/image/4_week_1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 8th_members/이성범/image/4_week_1-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 8th_members/이성범/image/4_week_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e1fbf87

Please sign in to comment.