Skip to content

Commit c1a56be

Browse files
authored
Add column (#3)
* add template for the columns * update
1 parent 021becb commit c1a56be

7 files changed

+139
-0
lines changed

content/column/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Column"
3+
date: 2025-01-01T00:00:00+09:00
4+
draft: false
5+
description: "This is meta description"
6+
---
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "✨️ Keeping Your Python Code Beautiful"
3+
date: 2025-01-03T00:00:00+09:00
4+
draft: false
5+
6+
# post author
7+
author : "北田 俊輔"
8+
9+
# post thumb
10+
image: "images/blog/blog-1.jpg"
11+
12+
# meta description
13+
description: "this is meta description"
14+
15+
# taxonomies
16+
categories: ["Python", "ruff", "rust"]
17+
tags: ["Python", "ruff", "rust"]
18+
# post type
19+
type: "post"
20+
---
21+
22+
## ✨️ Python のコードを美しく保つには
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "🧨 Extending diffusers code"
3+
date: 2025-01-02T00:00:00+09:00
4+
draft: false
5+
6+
# post author
7+
author : "北田 俊輔"
8+
9+
# post thumb
10+
image: "images/blog/blog-1.jpg"
11+
12+
# meta description
13+
description: "this is meta description"
14+
15+
# taxonomies
16+
categories: ["Python", "diffusers"]
17+
tags: ["Python", "diffusers"]
18+
# post type
19+
type: "post"
20+
---
21+
22+
## 🧨 `diffusers` のコードを拡張する
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "🤗 Mastering huggingface ecosystem"
3+
date: 2025-01-01T00:00:00+09:00
4+
draft: false
5+
6+
# post author
7+
author : "北田 俊輔"
8+
9+
# post thumb
10+
image: "images/blog/blog-1.jpg"
11+
12+
# meta description
13+
description: "this is meta description"
14+
15+
# taxonomies
16+
categories: ["Python", "Hugging Face", "huggingface transformers", "huggingface evaluate", "huggingface datasets"]
17+
tags: ["Python", "Hugging Face", "huggingface transformers", "huggingface evaluate", "huggingface datasets"]
18+
# post type
19+
type: "post"
20+
---
21+
22+
## 🤗 Hugging Face のエコシステムを使い倒す
23+

content/column/python-dataclass.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "🔎 dataclass in Python"
3+
date: 2025-01-04T00:00:00+09:00
4+
draft: false
5+
6+
# post author
7+
author : "北田 俊輔"
8+
9+
# post thumb
10+
image: "images/blog/blog-1.jpg"
11+
12+
# meta description
13+
description: "this is meta description"
14+
15+
# taxonomies
16+
categories: ["Python", "Type Hint", "dataclass"]
17+
tags: ["Python", "Type Hint", "dataclass"]
18+
# post type
19+
type: "post"
20+
---
21+
22+
## 🔎 `dataclass` で万物に型をつけよう
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "🧪 Reproducible Experiments for Deep Learning with Python"
3+
date: 2025-01-04T00:00:00+09:00
4+
draft: false
5+
6+
# post author
7+
author : "北田 俊輔"
8+
9+
# post thumb
10+
image: "images/blog/blog-1.jpg"
11+
12+
# meta description
13+
description: "this is meta description"
14+
15+
# taxonomies
16+
categories: ["Python", "uv", "docker", "rust"]
17+
tags: ["Python", "uv", "docker", "rust"]
18+
# post type
19+
type: "post"
20+
---
21+
22+
## 🧪 深層学習を用いた実験における再現可能な環境構築

content/column/typehint-in-python.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "💡 Type Hint in Python"
3+
date: 2025-01-05T00:00:00+09:00
4+
draft: false
5+
6+
# post author
7+
author : "北田 俊輔"
8+
9+
# post thumb
10+
image: "images/blog/blog-1.jpg"
11+
12+
# meta description
13+
description: "this is meta description"
14+
15+
# taxonomies
16+
categories: ["Python", "Type Hint"]
17+
tags: ["Python", "Type Hint"]
18+
# post type
19+
type: "post"
20+
---
21+
22+
## 💡すべてを救う Python の型ヒントについて

0 commit comments

Comments
 (0)