11월 29일 (월)
🧑🏻💻 개발 공부
- Python - pyqt
- List View, Widget을 이용한 응용 공부
11월 30일 (화)
🧑🏻💻 개발 공부
- MIT OCW CS Course
- 6.0001 Introduction to Computer Science and Programming in Python
#Lecture 1: What is Computation?
12월 1일 (수)
🧑🏻💻 개발 공부
- MIT OCW CS Course
- 6.0001 Introduction to Computer Science and Programming in Python
#Lecture 1: What is Computation? 강의를 마저 들었다.
12월 2일 (목)
🧑🏻💻 개발 공부
- MIT OCW CS Course
- 6.0001 Introduction to Computer Science and Programming in Python
#Lecture 2: Branching and Iteration 강의를 들었다.
12월 3일 (금)
🧑🏻💻 개발 공부
- MIT OCW CS Course
- 6.0001 Introduction to Computer Science and Programming in Python
#Lecture 3: String Manipulation, Guess and Check, Approximations, Bisection 강의를 들었다.
12월 4일 (토)
🧑🏻💻 개발 공부
- MIT OCW CS Course
- 6.0001 Introduction to Computer Science and Programming in Python
#Lecture 4: Decomposition, Abstraction, and Functions
함수의 추상화/분해에 대한 강의를 들었다.
12월 5일 (일)
🧑🏻💻 개발 공부
- MIT OCW CS Course
- 6.0001 Introduction to Computer Science and Programming in Python
#Lecture 5: Tuples, Lists, Aliasing, Mutability, and Cloning
Tuples : Tuple의 특징과 사용방법에 대해서 공부했다.
Lists : List에 종속된 함수에 대해서 공부했다. (append/extend, remove/del, sort/sorted)
Aliasing / Cloning : List의 참조, 복사에 대한 내용을 배웠다.