Course Description

  • AEN22002 PROGRAMMING II is intended for students with programming experience (Prerequisites: PROGRAMMING I). It aims to provide students with an understanding of the role computation can play in solving problems and to help students, regardless of their major. The class uses the Python 3.7 (Anaconda).

  • Syllabus [download]

Readings

  • The textbook is 점프 투 파이썬 박응용, 이지스퍼블리싱, 2017 ISBN: 9791163030911 The book and the course lectures parallel each other, though there is more detail in the book about some topics both hard copy and e-book (link).
  • Python for Data Analysis, O'REILLY 한빛미디어, 2019 ISBN: 9788968480478
SES# TOPICS READINGS
1 Python 소개 Chapter 1
2 데이터타입 Chapter 2
3 조건문 Chapter 3.1
4 반복문 Chapter 3.2, 3.3
5 함수 Chapter 4
6 클래스 Chapter 5.1
7 모듈/예외처리 Chapter 5.2, 5.3, 5.4
8 Numpy *Chapter 4
9 Matplotlib *Chapter 8
10 Pandas *Chapter 5
11 데이터처리 *Chapter 2
12 응용프로그램 .