Python 개발환경 설정


□ 아나콘다 배포판 설치 

  - https://www.continuum.io/downloads

  - Anaconda 4.3.0 For Windows  

  - Python 3.6 version 32-BIT INSTALLER (348M)

  - 64-BIT 버전에 오류가 있으니 일단 32-BIT로 설치함

  - 설치시 Install Type 선택에서 반드시 Just Me 를 선택함

  

□ PyCharm IDE 프로그램 설치   

  - https://www.jetbrains.com/pycharm/download//#section=windows

  - Community Lightweight IDE for Python & Scientific development (무료) 

  - 설치후 키보드 단축키와 IDE 테마 선택 시 아래 항목 추전 

    > Keymap Schemem : Visual Studio

    > IDE theme : Darcula

    > Editor colors and fonts : Monokai


  - 신규 프로젝트 생성시 Interpreter를 방금전에 설치한 Anaconda3의 python.exe를 선택한다. 



□ PyCharm IDE 환결설정

  - File > Settings 에서 폰트 등 환경 설정함


'Language > Python' 카테고리의 다른 글

Exception hierarchy  (0) 2017.01.19

+ Recent posts