본문 바로가기

수업내용 정리

혼자 공부하는 파이썬 6,7 정리 - 예외 처리, 모듈

 

1. 질문

x

 

2. 내용

 

혼자 공부하는 파이썬 6,7 - 예외 처리, 모듈

6장 예외 처리 1. 구문 오류와 예외 1) 확인 문제 379 p * 1번 (구문 오류와 예외 처리의 차이점은?) // Syntax Error & Exception 에러 구문 오류는 if 조건을 걸어서 특정 상황이 되었을 때 에러 처리를 하는

gurobig.tistory.com

 

 

3. 정리

1) 오전

- 예외 처리, 표준 모듈

 

2) 오후

- 표준 모듈, 외부 모듈

 

 

* 핵심

0) try,except 구문 사용법

1) raise 구문 사용법

2) 모듈 사용법

 

 

 

* 6장, 7장 코랩 링크 (직접 글 쓴 당사자만 확인 가능 // 계정 이동해서 확인하기)

 

 

Google Colaboratory Notebook

Run, share, and edit Python notebooks

colab.research.google.com

 

 

Google Colaboratory Notebook

Run, share, and edit Python notebooks

colab.research.google.com

 

 

* 오늘의 링크

파이썬 코드 시각화 링크.

 

Python Tutor code visualizer: Visualize code in Python, JavaScript, C, C++, and Java

Please wait ... your code is running (up to 10 seconds) Write code in Python 3.6 C (gcc 9.3, C17 + GNU) C++ (g++ 9.3, C++20 + GNU) Java 8 JavaScript ES6 ------ Python 2.7 [unsupported] Visualize Execution hide exited frames [default] show all frames (Pytho

pythontutor.com

 

728x90
반응형
LIST