①Python interpreter 설치
: Python code를 컴퓨터가 이해할 수 있는 machine code로 번역해주는 프로그램.
②PyCharm 설치
: 코딩을 편하게 할 수 있도록 도와주는 프로그램, 올인원 솔루션.
통합 개발 환경(Integrated Development Environment(IDE))라고 함.
①,② 설치 후, codeitpython이라는 폴더를 생성하여 day1이라는 파일안에 print로 hello world를 출력.
//python파일은 .py 로 끝남