JAVA를 잡아라!...
Python_파이참(PyCharm) 본문
파이썬 프로그램을 개발할 때 널리 사용되는 통합 개발 환경(IDE: Integrated Development Environment)
파이썬 소스 코드 작성, 디버깅(debugging), 실행 등 파이썬 프로그램의 개발에 필요한 모든 환경을 제공
#01 설치
JetBrains: Essential tools for software developers and teams
JetBrains is a cutting-edge software vendor specializing in the creation of intelligent development tools, including IntelliJ IDEA – the leading Java IDE, and the Kotlin programming language.
www.jetbrains.com
#02 프로젝트 생성
'Python' 카테고리의 다른 글
Python #12_예외 처리 (0) | 2024.05.15 |
---|---|
Python #11_파일 입출력 (+ CSV) (0) | 2024.05.15 |
Python #10_파일 입출력 (+ 슬라이싱 Slicing) (0) | 2024.05.14 |
Python #09_모듈과 import (0) | 2024.05.10 |
Python #08_사용자 정의 함수 (0) | 2024.05.09 |