Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amamov/teaching-type-python-oop
[인프런] 타입 파이썬! 올바른 class 사용법과 객체지향 사고법
https://github.com/amamov/teaching-type-python-oop
inflearn oop python types
Last synced: 3 months ago
JSON representation
[인프런] 타입 파이썬! 올바른 class 사용법과 객체지향 사고법
- Host: GitHub
- URL: https://github.com/amamov/teaching-type-python-oop
- Owner: amamov
- Created: 2021-05-31T08:46:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T09:39:56.000Z (over 2 years ago)
- Last Synced: 2023-03-08T10:03:15.354Z (almost 2 years ago)
- Topics: inflearn, oop, python, types
- Language: Python
- Homepage:
- Size: 1.43 MB
- Stars: 25
- Watchers: 1
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
marp: true
---## 타입 파이썬! class에 대한 올바른 사용법과 객체지향 프로그래밍 - 객체지향 사고법
객체지향 파이썬 프로그래밍, 객체지향 사고방법, 파이썬에서 타이핑하는 방법
---
## Contents
### 객체지향 프로그래밍 이해
### 파이썬에서 객체지향 프로그래밍하기
### 파이썬에서 타이핑하기
### 배운 것을 응용하기
---