codestates / codestates/ds-TIL

[TIL] day 57 오세광 201124

Open
#1,021 0 comments 0 reactions 0 assignees View on GitHub
DSFT01
Dominant language
No language data
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

# 키워드: API, ORM과 migration 차이, Tweepy

# (Act)What you actually did.
1. API 개념을 이해했다.
2. ORM과 Migration의 개념을 이해하고, 둘의 수단을 이해했다.
3. Tweepy를 활용하여 twitter API를 활용하는 방법을 배웠다.

# (Evaluate)How you evaluate your action's outcome vs. the initial goal(plan).
1.API는 다른 프로그램끼리 데이터 소스를 주고받을 수 있도록 만든 일종의 가이드라인이라고 볼 수 있다.
2. ORM은 SQL 쿼리와 코드를 연결해주는 역할을 하고, Migration은 DB를 생성하고, 변화를 기록하여 버전관리 해주는 역할을 한다. Migration은 DB를 조금 더 편리하게 관리하고, DB의 변화를 변화시점에 기록하여 확인할 수 있도록 패키지를 제공한다.
3. Tweepy는 트위터에서 python을 위해 개발한 라이브러리다. 이를 통해서 twitter의 API를 활용할 수 있다.

# (Reflect)
How you worked throughout the stages plan-research-act-observe-evaluate.
What did you do well, what can you improve upon.
How can you improve your process?

1. ATP 테니스 데이터의 API가 있는지 확인해보고, 그 데이터를 활용하여 웹페이지의 일정정보를 확인할 수 있는지 본다.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.