[PYTHON - 기본 문법] 0. 환경 설정
본문 바로가기
PYTHON/기본 문법

[PYTHON - 기본 문법] 0. 환경 설정

by 공돌이삼촌 2020. 5. 10.
반응형

먼저 python홈페이지로 가서 최신버전의 3.8.2 를 다운을 받는다.

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

 

Download Python

The official home of the Python Programming Language

www.python.org

 

파이썬 Editor를 파이참을 사용하는 경우도 있지만 VScode(visual studio code)를 사용할 것이다.

사람마다 다르겠지만 파이썬 뿐만아니라 html,css,마크다운 등 다른 언어를 함께 코딩하기 좋아 vscode의 확장성이 높다고 생각한다.

그리고 무엇보다도 수석님께 vscode를 추천받았다. 

 

https://code.visualstudio.com/docs/?dv=win

 

Documentation for Visual Studio Code

Find out how to set-up and get the most from Visual Studio Code. 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

 

다양한 extension을 사용할 수 있게 되어있고 해당 extension 중 괜찮은 익스텐션은 따로 추천하는 글을 올리겠다.

 

 

반응형

'PYTHON > 기본 문법' 카테고리의 다른 글

numpy 기초  (0) 2022.07.31
[PYTHON - 기본 문법] 1. 변수  (0) 2020.10.11
[PYTHON - 기본 문법] 파이썬 ++  (0) 2020.05.20
[PYTHON - 기본 문법] iterator  (0) 2020.05.17
[PYTHON - 기본 문법] comprehension  (2) 2020.05.17

댓글