Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ #601] 파이썬의 철학(The Zen of Python) #602

Merged
merged 3 commits into from
Mar 25, 2021

Conversation

sandartchip
Copy link
Contributor

@sandartchip sandartchip commented Mar 18, 2021

평소에 아무 생각 없이 쓰고 있는 파이썬에 대해 좀 더 알아봐야겠다는 생각이 들었습니다..

편하게 보기

@sandartchip sandartchip changed the title #601 파이썬의 철학(The Zen of Python) [ #601] 파이썬의 철학(The Zen of Python) Mar 19, 2021
Comment on lines +37 to +38
하지만 실용성은 이상을 능가한다.
(Although practicality beats purity.)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

파이썬에 이런 재미있는 철학이 있었군요

저는 이 부분이 가장 맘에 드는 것 같습니다 ㅎㅎ

Copy link
Contributor

@codeamor codeamor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

언어에 대한 철학을 알 수 있었네요..!! 👍 좋은 글 감사드립니다!


### 개요

- 파이썬은 1991년 프로그래머인 귀도 반 로섬이 발표한 고급 프로그래밍 언어이다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

귀반로 선생님 MS 개발자라고 하시네요 ㄷㄷㄷ
image

Copy link
Contributor

@ksy90101 ksy90101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

와 파이썬의 철학이라는 제목과 맞게 내용이 알차네요 ㅎㅎ
너무 인상깊게 잘 읽었습니다.
맨처음에 나오는 각 문장들이 파이썬뿐만 아니라 프로그래밍 언어 전체의 방향이 아닐까도 생각이 드네요.
(아직 많은 언어를 접해보지 않아서 그런거 같기도 합니다.)
고생 많으셨습니다 :)

- 파이썬이라는 이름은 귀도가 좋아하는 코미디 〈Monty Python's Flying Circus〉에서 따온 것이다. 파이썬은 비영리의 파이썬 소프트웨어 재단이 관리하는 개방형, 공동체 기반 개발 모델을 가지고 있다. C언어로 구현된 사이썬 구현이 사실상의 표준이다.

- 파이썬은 초보자부터 전문가까지 사용자층을 보유하고 있다. 동적 타이핑(dynamic typing) 범용 프로그래밍 언어로, 펄 및 루비와 자주 비교된다. 다양한 플랫폼에서 쓸 수 있고, 라이브러리(모듈)가 풍부하여, 대학을 비롯한 여러 교육 기관, 연구 기관 및 산업계에서 이용이 증가하고 있다.
- 파이썬은 순수한 프로그램 언어로서의 기능 외에도 다른 언어로 쓰인 모듈들을 연결하는 풀언어(glue language)로써 자주 이용된다. 실제 파이썬은 많은 상용 응용 프로그램에서 스크립트 언어로 채용되고 있다. 도움말 문서도 정리가 잘 되어 있으며, 유니코드 문자열을 지원해서 다양한 언어의 문자 처리에도 능하다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

자이썬도 이와 같은건가요?

#### 파이썬을 내부적으로 사용하는 소프트웨어
- TORRENT (공유프로그램)
- 문명 IV
- 카카오톡 (모바일/PC 메신저)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

파이썬을 어디에 쓸까요? 신기하네요 ㅎㅎ


가독성은 중요하다.

규칙을 깰 정도로 특별한 경우란 없다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

전 이게 좀 인상깊네요!ㅎㅎㅎ

@sandartchip sandartchip merged commit 01298e5 into Meet-Coder-Study:master Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants