codestates / codestates/ds-TIL

[TIL] 오예은_201228

Open
#1,266 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

## Sprint Challenge
- 개념설명은 여전히 어렵다. 내 머릿속에 어떤 개념이 있어도 그것을 쉽게 풀어내는 것은 별개의 문제인 것 같다는 생각이 들었다.
- 이번주에도 과제를 시도해봤던 부분과 그렇지 못했던 부분이 스프린트 챌린지에서 확연히 구분되었다. 직접 내 손을 써서 코딩해보고 코드를 이해하는 것이 왜 중요한지 깨닫고 있다.
- 그리고 휴일동안 못따라가던 진도를 따라잡아보겠다고 수학강의도 듣고 421과제부터 차근차근 해보려 했으나 너무 신경을 쓴 탓인지 집중이 오히려 안되고 있다. 그날의 과제를 그날 끝내기로 했던 내 첫날 다짐은 언제서부턴가 사라졌는데 지금 시점에서는 쉼과 노력 사이의 균형을 찾는 것이 필요한 것 같다.

> 밀린 과제를 아직 다 끝내지 못해서 한 것만이라도 모아서 올리려고 로컬에 저장했다가 git으로 업로드 하는데 파일 이동이 되지 않아 꽤 애를 먹었다. Permission denied라고 떴는데 이유는 내가 경로를 잘못 잡아줘서였다. 덕분에 파일 권한(read, write, excute)에 대해서 얕게나마 찾아보게 되었지만(^^;) 이럴 땐 그냥 절대경로를 써서 빠르게 실행하는 편이 나은 것 같다.
**[LINUX 파일 이동] ``` mv 파일이름 옮길곳경로```**
(x) ``` mv ds_cs_N421a.ipynb ../../ds-section4-sprint2 ```
(o) ``` mv ds_cs_N421a.ipynb ~/ds-section4-sprint2 ```

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue contains a personal TIL entry rather than a requested code change, and it names the Linux mv command. No file, test, or entry point is mentioned; review the repository's existing TIL issue format first, with the work complete when the entry is recorded without altering its content.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.