Py Charm 1 Python https www python orgdownloads

  • Slides: 22
Download presentation
Py. Charm 사용법

Py. Charm 사용법

1. Python접속 ( https: //www. python. org/downloads/ )

1. Python접속 ( https: //www. python. org/downloads/ )

3

3

4

4

5

5

6

6

Py. Charm – Theme 총 3가지의 테마를 선택하고 변경할 수 있다. File > Setting

Py. Charm – Theme 총 3가지의 테마를 선택하고 변경할 수 있다. File > Setting Appearance & Behavior > Appearance > UI option에서 Darcula / Interlli. J / Windows Darcula Theme

Py. Charm – Font : IDE 전체 폰트 File > Setting > Appearance &

Py. Charm – Font : IDE 전체 폰트 File > Setting > Appearance & Behavior > Appearance

Py. Charm – Font : 에디터 폰트 File > Setting > Editor > Colors

Py. Charm – Font : 에디터 폰트 File > Setting > Editor > Colors & Font

Py. Charm – PEP 8 warning, 들여쓰기 아래의 항목을 check box 해제 한다. File

Py. Charm – PEP 8 warning, 들여쓰기 아래의 항목을 check box 해제 한다. File > Setting > Editor > Inspections > Python > PEP 8 coding style violation > PEP 8 naming convention violation

11

11

12

12

13

13

14

14

15

15

초보자를 위한 파이썬 300제 https: //wikidocs. net/book/922

초보자를 위한 파이썬 300제 https: //wikidocs. net/book/922

PIP 최신 버전으로 설치하기 PIP install --upgrade pip PIP로 패키지 설치하기 PIP install 패키지이름

PIP 최신 버전으로 설치하기 PIP install --upgrade pip PIP로 패키지 설치하기 PIP install 패키지이름 예) pip install selenium PIP로 패키지 제거하기 PIP uninstall 패키지이름