프로그래밍/Python
[INSTALL] IDLE 설치
Changun An
2020. 11. 30. 19:18
반응형
IDLE 이란?
참고 : en.wikipedia.org/wiki/IDLE
IDLE - Wikipedia
IDLE (short for Integrated Development and Learning Environment)[1][2] is an integrated development environment for Python, which has been bundled with the default implementation of the language since 1.5.2b1.[3][4] It is packaged as an optional part of th
en.wikipedia.org
파이썬을 사용하기 쉽게 만들어주는 통합 환경
1. 설치
sudo apt-get install idle-python3.7
2. 실행
idle-pyhton3.7
반응형