codestates / codestates/ds-TIL
[오세광] day47 TIL 201110
- Dominant language
- No language data
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
키워드: Pep8, oop, 상속
(Act)What you actually did.
1. Pep8을 활용하여, 코드의 가독성을 높이는 방법
2.import로 가져와서 실행할 때와 직접 실행할 때, name이 main과 파일 이름으로 나오는 차이
3.객체지향 프로그래밍, 클래스: 필드, 매서드, 생성자함수, self 개념을 이해
(Evaluate)How you evaluate your action's outcome vs. the initial goal(plan).
1. Pep8을 통해서 협업자에게 가독성있는 코드를 어떻게 써야하는 지 이해했다. 1차 독자를 나라고 생각하고 쉽게 코드를 만들어보자.
2. 테니스 예측모델에서 사용한 함수를 패키지화 해서 배포해 보고 싶어졌다.
3.클래스를 상속하여 매서드는 만드는 과정을 했고, 그 과정에서 클래스, property, parameter, method, agument, self, super(), 등의 개념을 배웠고 어떻게 생성하는지 배워서 재미있었다.
(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?
스스로 클래스를 만들어 쓸만한 프로젝트를 생각해봐야겠다.
현재로서는 테니스 데이터를 구축하고, 그 데이터를 바탕으로 서로 랭킹을 부여하고, 그에 따라 각각의 매치를 복식으로 추천해주는 시스템을 구상중이다.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.