Search

Python in VSCODE

Python in VSCODE

Python μ„€μΉ˜

VSCODE μ„€μΉ˜

방법

1.
PowerShell λ°”λ‘œ μ„€μΉ˜ λͺ…λ Ήμ–΄
2.
μ„€μΉ˜ 파일 λ‹€μš΄λ‘œλ“œ

PowerShell λ°”λ‘œ μ„€μΉ˜ λͺ…λ Ήμ–΄

winget install --id Microsoft.VisualStudioCode
PowerShell
볡사
CMD 창을 μ—΄κ³  μœ„μ˜ λͺ…λ Ήμ–΄λ₯Ό μž…λ ₯ν•˜λ©° VS CODE μ΅œμ‹  버전을 λ°”λ‘œ μ„€μΉ˜ν•  수 μžˆμŠ΅λ‹ˆλ‹€!

μ„€μΉ˜ 파일 λ‹€μš΄λ‘œλ“œ

VSCODE Python ν™•μž₯ μ„€μΉ˜

μž‘μ—… 폴더 μ„ΈνŒ…

1.
폴더 생성
2.
폴더 μ—΄κΈ°

파이썬 μ‹€ν–‰

1.
파이썬 파일 생성
2.
μ½”λ“œ μž‘μ„±
3.
파이썬 μ‹€ν–‰
print('Hello Python!')
Python
볡사

κ΄€λ ¨ νŽ˜μ΄μ§€