From 635938b2aab55fba4bcdc0877acaf2c98cac8a72 Mon Sep 17 00:00:00 2001 From: IMHOJEONG <39ghwjd@naver.com> Date: Fri, 29 Sep 2023 16:03:01 +0900 Subject: [PATCH] [add]: add index.md for web/glossary/python --- files/ko/glossary/python/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/ko/glossary/python/index.md b/files/ko/glossary/python/index.md index 911870ea2b6ee4..8b0e8aa98bb8b7 100644 --- a/files/ko/glossary/python/index.md +++ b/files/ko/glossary/python/index.md @@ -1,5 +1,5 @@ --- -title: Python +title: 파이썬 (Python) slug: Glossary/Python l10n: sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 @@ -7,7 +7,7 @@ l10n: {{GlossarySidebar}} -**Python** 은 고도의 범용 프로그래밍 언어입니다. 그것은 절차적, 객체지향적, 그리고 일부 함수형 프로그래밍 구조를 지원하는 다변수적 접근방식을 사용합니다. +**파이썬 (Python)** 은 고도의 범용 프로그래밍 언어입니다. 그것은 절차적, 객체지향적, 그리고 일부 함수형 프로그래밍 구조를 지원하는 다변수적 접근방식을 사용합니다. 1985년에서 1990년 사이에 귀도 반 로썸(Guido van Rossum)이 ABC라는 다른 언어의 후속으로 만들었으며, 현재는 웹 개발, 데스크톱 애플리케이션, 데이터 과학, DevOps, 자동화/생산성과 같은 다양한 영역에서 사용되고 있습니다. @@ -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)