[Python] 1. 파이참 설치(PyCharm)
·
언어 | Framework/Python
0. PyCharm? 파이참? 파이참(PyCharm)은 Visual Studio와 같은 IDE. * IDE : Integrated Development Environment, 코드 편집기, 디버거, 컴파일러, 인터프리터등을 포함하는 개발 환경. 1. 설치 파일 다운로드 아래 경로에서 Community Version을 다운로드한다. (Professional은 유료...) https://www.jetbrains.com/pycharm/download/#section=windows 2. PyCharm 실행, Create Project PyCharm을 실행하면 다음과 같이 프로젝트 생성 창이 뜨는데, Existing interpreter 항목에서 자신이 설치한 Python 경로의 Python.exe파일을 연결해준..