<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>손잡기금지</title>
    <link>https://thekkom.tistory.com/</link>
    <description>손잡을수없는공간입니다</description>
    <language>ko</language>
    <pubDate>Wed, 27 May 2026 19:12:33 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>손잡기</managingEditor>
    <image>
      <title>손잡기금지</title>
      <url>https://tistory1.daumcdn.net/tistory/4430811/attach/e26640d6963240d1aadb0abae96dc49c</url>
      <link>https://thekkom.tistory.com</link>
    </image>
    <item>
      <title>python 시각화 라이브러리 조사</title>
      <link>https://thekkom.tistory.com/582</link>
      <description>&amp;nbsp;
파이썬에서&amp;nbsp;seaborn / matplotlib처럼 많이 쓰이는 그래프(시각화) 라이브러리는 아래가 유명합니다
1) 정적(Static) 시각화 / 논문&amp;middot;리포트용

Matplotlib: 사실상 표준. 커스터마이징 폭이 넓고 대부분의 라이브러리 기반.
Seaborn: Matplotlib 기반. 통계적 그래프(분포, 회귀, 범주형 비교 등) 예쁘게 빠르게.
Pandas plotting:&amp;nbsp;df.plot()처럼 간단히 ..</description>
      <category>CODE-ing</category>
      <author>손잡기</author>
      <guid isPermaLink="true">https://thekkom.tistory.com/582</guid>
      <comments>https://thekkom.tistory.com/582#entry582comment</comments>
      <pubDate>Sat, 3 Jan 2026 20:16:55 +0900</pubDate>
    </item>
    <item>
      <title>python chart samples</title>
      <link>https://thekkom.tistory.com/581</link>
      <description>&amp;nbsp;
&amp;nbsp;
파이썬과는 관련없음
https://100.datavizproject.com/

&amp;nbsp;

1 dataset. 100 visualizations.
Can we come up with 100 visualizations from one simple dataset? As an information design agency working with data visualization every day, we challenged ourse..</description>
      <category>CODE-ing</category>
      <author>손잡기</author>
      <guid isPermaLink="true">https://thekkom.tistory.com/581</guid>
      <comments>https://thekkom.tistory.com/581#entry581comment</comments>
      <pubDate>Sat, 3 Jan 2026 20:05:29 +0900</pubDate>
    </item>
    <item>
      <title>office-addins debugging option</title>
      <link>https://thekkom.tistory.com/580</link>
      <description>&amp;nbsp;
npx&amp;nbsp;office-addin-debugging&amp;nbsp;--help
&amp;nbsp;
PS &amp;gt; npx office-addin-debugging --help
Usage: office-addin-debugging [options] [command]

Options:
  -V, --version                               output the version number
  -h, --help           ..</description>
      <category>CODE-ing</category>
      <author>손잡기</author>
      <guid isPermaLink="true">https://thekkom.tistory.com/580</guid>
      <comments>https://thekkom.tistory.com/580#entry580comment</comments>
      <pubDate>Thu, 1 Jan 2026 15:37:49 +0900</pubDate>
    </item>
    <item>
      <title>python:: pip 모듈이 없을 때 설치하기, uv로 파이썬 설치할 때 발생하는</title>
      <link>https://thekkom.tistory.com/578</link>
      <description>&amp;nbsp;
uv로 .venv 환경에 python 을 설치하다보면 --seed 옵션을 빼고 설치했을 때 pip 모듈이 설치가 되지 않음.
이 때는 아래 명령어가 동작하지 않음
python&amp;nbsp;-m&amp;nbsp;pip&amp;nbsp;install&amp;nbsp;--upgrade&amp;nbsp;pip
&amp;nbsp;
&amp;nbsp;
아래 ensurepip 명령어로 설치해야 함
C:\Users\b660\repo\ee\.venv\Scripts\python.exe -m ensurep..</description>
      <category>CODE-ing</category>
      <author>손잡기</author>
      <guid isPermaLink="true">https://thekkom.tistory.com/578</guid>
      <comments>https://thekkom.tistory.com/578#entry578comment</comments>
      <pubDate>Sat, 6 Dec 2025 10:16:05 +0900</pubDate>
    </item>
    <item>
      <title>Windows에서 Linux의 심볼릭 링크</title>
      <link>https://thekkom.tistory.com/577</link>
      <description>&amp;nbsp;
&amp;nbsp;
Windows에서 Linux의 심볼릭 링크처럼&amp;nbsp;~/repo가&amp;nbsp;R:\로 연결되도록 하는 방법이 몇 가지 있습니다:
1. mklink 명령어 사용 (권장)
관리자 권한으로 명령 프롬프트를 열고:
mklink /D C:\Users\%USERNAME%\repo R:\

이렇게 하면&amp;nbsp;C:\Users\사용자명\repo&amp;nbsp;폴더가&amp;nbsp;R:\를 가리키는 디렉토리 심볼릭 링크가 생성됩니다.
2. PowerS..</description>
      <category>CODE-ing</category>
      <author>손잡기</author>
      <guid isPermaLink="true">https://thekkom.tistory.com/577</guid>
      <comments>https://thekkom.tistory.com/577#entry577comment</comments>
      <pubDate>Mon, 25 Aug 2025 07:45:32 +0900</pubDate>
    </item>
    <item>
      <title>how to use &amp;quot;azure translate&amp;quot; with curl method</title>
      <link>https://thekkom.tistory.com/576</link>
      <description>&amp;nbsp;
&amp;nbsp;
Curl example

&amp;nbsp;
curl -X POST &quot;https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&amp;amp;from=en&amp;amp;to=ko&quot; -H &quot;Ocp-Apim-Subscription-Key: &amp;lt;secret key&amp;gt;&quot; -H &quot;Ocp-Apim-Subscription-Region: eastus&quot; -H &quot;Content-Type: ..</description>
      <category>CODE-ing</category>
      <author>더앙꼬</author>
      <guid isPermaLink="true">https://thekkom.tistory.com/576</guid>
      <comments>https://thekkom.tistory.com/576#entry576comment</comments>
      <pubDate>Sun, 17 Aug 2025 18:20:06 +0900</pubDate>
    </item>
    <item>
      <title>js:: esbuild 설명과 사용방법</title>
      <link>https://thekkom.tistory.com/575</link>
      <description>esbuild는 Go 언어로 만들어져&amp;nbsp;압도적으로 빠른 속도를 자랑하는 자바스크립트&amp;nbsp;번들러이자 트랜스파일러입니다. Vite와 같은 최신 개발 도구의 핵심 엔진으로 사용되며, 프로젝트의&amp;nbsp;빌드 및 개발 속도를 획기적으로 개선하는 데 사용됩니다.

&amp;nbsp;
&amp;nbsp;
쉽게 말해 esbuild는 자바스크립트 소스 코드를 웹브라우저나 다른 환경에서 실행할 수 있도록 변환하고 묶어주는 **초고속 빌드 도구(Build Tool)**입니..</description>
      <category>CODE-ing</category>
      <author>손잡기</author>
      <guid isPermaLink="true">https://thekkom.tistory.com/575</guid>
      <comments>https://thekkom.tistory.com/575#entry575comment</comments>
      <pubDate>Fri, 15 Aug 2025 10:36:53 +0900</pubDate>
    </item>
    <item>
      <title>npm:: package.json에 workspaces 설정</title>
      <link>https://thekkom.tistory.com/574</link>
      <description>&amp;nbsp;
아래처럼 설정해야
sub folder에서도 &quot;node_modules&quot; 폴더가 생성되면서 실행가능
  &quot;workspaces&quot;: [
    &quot;packages/*&quot;,
    &quot;playground-standalone&quot;
  ]

&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
_</description>
      <category>CODE-ing</category>
      <author>손잡기</author>
      <guid isPermaLink="true">https://thekkom.tistory.com/574</guid>
      <comments>https://thekkom.tistory.com/574#entry574comment</comments>
      <pubDate>Fri, 15 Aug 2025 09:29:36 +0900</pubDate>
    </item>
    <item>
      <title>n8n:: Google Cloud Oauth2 연결시 url설정 - NAS docker 구동조건</title>
      <link>https://thekkom.tistory.com/572</link>
      <description>&amp;nbsp;
&amp;nbsp;
Nas Docker에서 n8n구동시 Google Credential 생성시, google api에서 지정하는 URI 설정.
1) Authorised JS origin은 Nas 접근주소로 설정
2) Authorised redirect URIs는 docker내부에서 동작하는 것으로 n8n 에서 안내하는 URI 그대로 입력

&amp;nbsp;

&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
_</description>
      <category>CODE-ing</category>
      <author>손잡기</author>
      <guid isPermaLink="true">https://thekkom.tistory.com/572</guid>
      <comments>https://thekkom.tistory.com/572#entry572comment</comments>
      <pubDate>Wed, 13 Aug 2025 03:29:57 +0900</pubDate>
    </item>
    <item>
      <title>website:: api key generator</title>
      <link>https://thekkom.tistory.com/571</link>
      <description>&amp;nbsp;
https://apikeygenerator.netlify.app/
&amp;nbsp;
test 할 때마다 만드는 것이 번거로워서, 간단한 페이지로 생

&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
_</description>
      <category>CODE-ing</category>
      <author>손잡기</author>
      <guid isPermaLink="true">https://thekkom.tistory.com/571</guid>
      <comments>https://thekkom.tistory.com/571#entry571comment</comments>
      <pubDate>Wed, 13 Aug 2025 02:51:45 +0900</pubDate>
    </item>
  </channel>
</rss>