program/python

[python] window 설치

momoa210 2024. 1. 28. 00:55

파이썬 공식 홈페이지에서 download 클릭해서 파일 다운로드 받고 설치

https://www.python.org/

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

 

Pycharm 설치하기

공식 사이트 검색으로 방문 전문가용, 커뮤니티용 이 있음

전문가용은 유료로 전환 되기 때문에 커뮤니티용을 추천

커뮤니티용을 설치 시에 모든 옵션 선택 추천

https://www.jetbrains.com/pycharm

 

PyCharm: the Python IDE for Professional Developers by JetBrains

The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more...

www.jetbrains.com

 

 

 

pycharm 실행 후에

프로젝트 생성

location : 프로젝트가 생성될 위치

'program > python' 카테고리의 다른 글

[python] while, if, elif  (0) 2024.01.28
[python] Syntactic Sugar  (0) 2024.01.28
[python] type 함수  (0) 2024.01.28
[python] fomat 다루기  (0) 2024.01.28
[python] 문자열 포맷팅  (1) 2024.01.28