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

[ko]: add index.md for web/glossary/python #16224

Merged
merged 1 commit into from
Oct 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions files/ko/glossary/python/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Python
title: 파이썬 (Python)
slug: Glossary/Python
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**Python** 은 고도의 범용 프로그래밍 언어입니다. 그것은 절차적, 객체지향적, 그리고 일부 함수형 프로그래밍 구조를 지원하는 다변수적 접근방식을 사용합니다.
**파이썬 (Python)** 은 고도의 범용 프로그래밍 언어입니다. 그것은 절차적, 객체지향적, 그리고 일부 함수형 프로그래밍 구조를 지원하는 다변수적 접근방식을 사용합니다.

1985년에서 1990년 사이에 귀도 반 로썸(Guido van Rossum)이 ABC라는 다른 언어의 후속으로 만들었으며, 현재는 웹 개발, 데스크톱 애플리케이션, 데이터 과학, DevOps, 자동화/생산성과 같은 다양한 영역에서 사용되고 있습니다.

Expand All @@ -16,7 +16,7 @@ Python은 OSI가 승인한 오픈 소스 라이센스로 개발되어 상업적
## 더 알아보기

- Wikipedia의 [Python](https://ko.wikipedia.org/wiki/%ED%8C%8C%EC%9D%B4%EC%8D%AC)
- [Official Python docs tutorials](https://docs.python.org/3/tutorial/index.html)
- [Tutorialspoint Python tutorial](http://www.tutorialspoint.com/python/index.htm)
- [AlphaCodingSkills Python Tutorial](https://alphacodingskills.com/python/python-tutorial.php)
- [Official Python 문서 자습서](https://docs.python.org/3/tutorial/index.html)
- [Tutorialspoint Python 자습서](http://www.tutorialspoint.com/python/index.htm)
- [AlphaCodingSkills Python 자습서](https://alphacodingskills.com/python/python-tutorial.php)
- MDN의 [Django Web Framework (Python)](/ko/docs/Learn/Server-side/Django)