Python 시작하기!

Python 입문

Hugo Bowne-Anderson

Data Scientist at DataCamp

학습 방법

DataCamp 인터페이스

Python 입문

Python

guido-hba.png

  • 범용: 무엇이든 만들 수 있습니다

  • 오픈 소스, 무료 이용

  • 다양한 패키지 활용 가능(데이터 과학 분야 포함)

    • 수많은 분야에 다양하게 응용
Python 입문

IPython Shell

Python 명령 실행하기

ipython_shell.png

Python 입문

IPython Shell

Python 명령 실행하기

ipython_shell_highlighted.png

Python 입문

IPython Shell

DataCamp의 IPython 셸에서의 계산

Python 입문

Python 스크립트

  • 텍스트 파일 - .py

  • Python 명령어 리스트

  • IPython Shell에 입력하는 것과 유사함

DataCamp의 Python 스크립트

Python 입문

Python 스크립트

GIF: 스크립트에 4+5를 입력하고 답안 제출을 누르는 모습. 출력이 표시되지 않습니다.

Python 입문

Python 스크립트

python_script_print.gif

  • 스크립트에서 결과를 출력하려면 print()를 사용하세요
Python 입문

DataCamp 인터페이스

DataCamp 인터페이스의 스크린 샷

Python 입문

연습해봅시다!

Python 입문

Preparing Video For Download...