Skip to content

Commit 6e06c31

Browse files
committed
up
1 parent 134ab50 commit 6e06c31

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

myst.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ project:
1515
- file: intro.md
1616
- file: programming.md
1717
- file: README.md
18+
jupyter:
19+
binder:
20+
repo: https://github.com/executablebooks/thebe-binder-base
1821

1922
site:
2023
template: book-theme

programming.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
kernelspec:
3+
name: python3
4+
display_name: 'Python 3'
5+
---
6+
17
# 파이썬 프로그래밍
28

39
외국인과 대화하려면 그 나라 말을 배워야 하듯, 컴퓨터에게 일을 시키려면 **컴퓨터와의 대화**를 가능하게 하는 언어를 배워야 한다. 그것이 바로 **프로그래밍 언어**다.

0 commit comments

Comments
 (0)