From 6d951bbdcd0d9e7484b96f9799d11f76fec44582 Mon Sep 17 00:00:00 2001 From: dandyrilla Date: Mon, 17 Jul 2023 14:54:14 +0900 Subject: [PATCH] Revise post tags --- _posts/2017-07-24-matplotlib.md | 2 +- _posts/2017-08-12-pandas-10min.md | 2 +- _posts/2018-11-27-pycharm-clone-from-remote.md | 2 +- _posts/2018-12-20-finding-research-idea.md | 1 - _posts/2019-07-02-python-c-extension.md | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/_posts/2017-07-24-matplotlib.md b/_posts/2017-07-24-matplotlib.md index f7c8a78..5158c59 100644 --- a/_posts/2017-07-24-matplotlib.md +++ b/_posts/2017-07-24-matplotlib.md @@ -2,7 +2,7 @@ layout: post title: "matplotlib 예제 스크립트" description: "파이썬의 matplotlib 패키지로 그릴 수 있는 다양한 그래프들과 스크립트를 정리합니다." -tags: [python, matplotlib, examples, snippets] +tags: [python, matplotlib] share: true comments: true --- diff --git a/_posts/2017-08-12-pandas-10min.md b/_posts/2017-08-12-pandas-10min.md index 072a07f..0644ef8 100644 --- a/_posts/2017-08-12-pandas-10min.md +++ b/_posts/2017-08-12-pandas-10min.md @@ -5,7 +5,7 @@ image: /images/2017-08-12/cover.svg description: > 데이터 분석을 위한 파이썬 라이브러리인 판다스(pandas) 의 기본 사용법을 소개해 놓은 '10 Minutes to pandas' 를 번역해 놓은 글입니다. pandas 의 기본 사용법을 익히시려는 분들에게 실습을 천천히 따라해 보시기를 추천합니다. -tags: [python, pandas, 10min] +tags: [pandas] share: true comments: true --- diff --git a/_posts/2018-11-27-pycharm-clone-from-remote.md b/_posts/2018-11-27-pycharm-clone-from-remote.md index ef2101e..5c46b96 100644 --- a/_posts/2018-11-27-pycharm-clone-from-remote.md +++ b/_posts/2018-11-27-pycharm-clone-from-remote.md @@ -3,7 +3,7 @@ layout: post title: PyCharm 에서 원격 저장소를 로컬 컴퓨터로 복제하기 description: > 원격 저장소의 파일들을 로컬 컴퓨터로 복제하여 PyCharm 에서 작업하는 방법을 알아봅니다. -tags: [pycharm, settings] +tags: [pycharm] share: true comments: true --- diff --git a/_posts/2018-12-20-finding-research-idea.md b/_posts/2018-12-20-finding-research-idea.md index 5858a25..05bff8d 100644 --- a/_posts/2018-12-20-finding-research-idea.md +++ b/_posts/2018-12-20-finding-research-idea.md @@ -3,7 +3,6 @@ layout: post title: "연구에 대한 아이디어를 얻는 방법들" description: > 다음 연구 프로젝트는 어떤 걸로 할까? 창의적인 연구 주제를 잡을 때 도움되는 몇 가지 방법을 소개합니다. -tags: [how-to, find, research, idea, topic] share: true comments: true --- diff --git a/_posts/2019-07-02-python-c-extension.md b/_posts/2019-07-02-python-c-extension.md index 8888a3a..05ae77d 100644 --- a/_posts/2019-07-02-python-c-extension.md +++ b/_posts/2019-07-02-python-c-extension.md @@ -2,7 +2,7 @@ layout: post title: "파이썬3 에서 C 모듈 만들고 사용하기" description: "C 언어로 작성한 모듈을 파이썬에서 사용할 수 있게 모듈화 시키고 이를 이용하는 예제를 살펴보겠습니다." -tags: [Python, C extension, shared library] +tags: [python, C extension, shared library] share: true comments: true ---