1. 파이썬 공식 홈페이지에서 3.X버전 다운로드 하기
Welcome to Python.org
The official home of the Python Programming Language
www.python.org
2. 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
3. 프로젝트 생성 후 프로젝트 우클릭 > new > python File
4. 소스 입력 후 Ctrl + Shift + F10
'Python 공부하기!' 카테고리의 다른 글
[Python] 리스트 공부하기 (0) | 2021.03.18 |
---|---|
[Python] 변수 (0) | 2021.03.18 |
[Python] 자료형 및 연산하기 (0) | 2021.03.18 |