본문 바로가기
  • Coding & Book
학습단/Python 학습단

1장 파이썬 설치하기

by 루이3 2023. 7. 3.

1. 파이썬 설치 하기

 

- 파이썬 홈페이지에 접속해줍니다.

 http://www.python.org 

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

 

- 원하는 버전을 다운로드 해줍니다.

https://www.python.org/downloads/

 

Download Python

The official home of the Python Programming Language

www.python.org

 

책에서는 3.8.6 버전을 사용하지만 저는 3.11 버전이 이미 설치되어 있어서 3.11 버전을 사용했습니다.

 

 

2. 비주얼 스튜디오 코드 설치하기

- 비주얼 코드가 다양한 프로그래밍언어를 사용할수 있어 간편합니다.

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

- 파이썬 확장 팩도 다운해줍니다.

많은 기능이 포함되어 있어 파이썬 코드를 작성하는데 많은 도움을 줍니다.

 

3. 소스 코드 실행하기

- hello.py를 만들어준 후 hello world 를 입력해줍니다.

- Ctrl + S 로 저장해준후 Ctrl + F5를 눌러 실행해줍니다.

실행 결과

 

'학습단 > Python 학습단' 카테고리의 다른 글

4장 실습문제: 비밀번호 만들기  (0) 2023.07.07
4장 문자열 다루기  (0) 2023.07.06
3장 연산자  (0) 2023.07.05
2장 자료형과 변수  (0) 2023.07.04
0장 코딩 자율 학습단 선정 (나도코딩_Python)  (0) 2023.07.03