codestates / codestates/ds-TIL

[TIL] 문승태 - 200903

Open
#73 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

Day 4 - 여정의 시작


# Python, #Matplotlib

오늘 배운 것:

1. Python:
> 장점:
- 인간의 언어와 가장 비슷한 언어(영어)
- 해석형(interpreted)언어
- 실시간(Real-time)언어

> 단점:
- C와 비교하여 느리다
- 에러가 나오기 전까지 알 수가 없다. (디버깅 코드가 중요)

2. Matplotlob
- Python에서 다양한 그래프를 그릴 수 있게 해주는 라이브러리

3. Admission 과제 리뷰
- for loop
- list comprehension
- pandas, numpy

앞으로의 과제:

- Matplotlib 튜토리얼을 자세히 읽고, 나 스스로 많은 것들을 구현해 보고 싶다.
- Advanced Admission Challenge를 수업이 끝나고 수행해 보면서, 나의 실력을 늘리고 싶다.
- Pandas 와 numpy가 연산에 많이 사용되는 느낌이므로, 이를 많이 다루어보는 것이 중요할 것 같다.

그 외 느낀 점:

- Python의 재미를 알게 되었다. (어떤 문제든 복잡하더라도 끈기있게 시도해볼 수 있을 것 같다.)
- Matplotlib의 유용성을 알게 되었고, 이를 잘 활용하는 것이 중요할 것으로 보아, 스스로 많이 기능들을 익히는 시간을 가져야겠다.

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.