Skip to content

Add column #3

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

Merged
merged 2 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions content/column/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Column"
date: 2025-01-01T00:00:00+09:00
draft: false
description: "This is meta description"
---
22 changes: 22 additions & 0 deletions content/column/beautiful-python-code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "✨️ Keeping Your Python Code Beautiful"
date: 2025-01-03T00:00:00+09:00
draft: false

# post author
author : "北田 俊輔"

# post thumb
image: "images/blog/blog-1.jpg"

# meta description
description: "this is meta description"

# taxonomies
categories: ["Python", "ruff", "rust"]
tags: ["Python", "ruff", "rust"]
# post type
type: "post"
---

## ✨️ Python のコードを美しく保つには
22 changes: 22 additions & 0 deletions content/column/extending-diffusers-code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "🧨 Extending diffusers code"
date: 2025-01-02T00:00:00+09:00
draft: false

# post author
author : "北田 俊輔"

# post thumb
image: "images/blog/blog-1.jpg"

# meta description
description: "this is meta description"

# taxonomies
categories: ["Python", "diffusers"]
tags: ["Python", "diffusers"]
# post type
type: "post"
---

## 🧨 `diffusers` のコードを拡張する
23 changes: 23 additions & 0 deletions content/column/mastering-huggingface-ecosystem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "🤗 Mastering huggingface ecosystem"
date: 2025-01-01T00:00:00+09:00
draft: false

# post author
author : "北田 俊輔"

# post thumb
image: "images/blog/blog-1.jpg"

# meta description
description: "this is meta description"

# taxonomies
categories: ["Python", "Hugging Face", "huggingface transformers", "huggingface evaluate", "huggingface datasets"]
tags: ["Python", "Hugging Face", "huggingface transformers", "huggingface evaluate", "huggingface datasets"]
# post type
type: "post"
---

## 🤗 Hugging Face のエコシステムを使い倒す

22 changes: 22 additions & 0 deletions content/column/python-dataclass.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "🔎 dataclass in Python"
date: 2025-01-04T00:00:00+09:00
draft: false

# post author
author : "北田 俊輔"

# post thumb
image: "images/blog/blog-1.jpg"

# meta description
description: "this is meta description"

# taxonomies
categories: ["Python", "Type Hint", "dataclass"]
tags: ["Python", "Type Hint", "dataclass"]
# post type
type: "post"
---

## 🔎 `dataclass` で万物に型をつけよう
22 changes: 22 additions & 0 deletions content/column/reproducible-experiments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "🧪 Reproducible Experiments for Deep Learning with Python"
date: 2025-01-04T00:00:00+09:00
draft: false

# post author
author : "北田 俊輔"

# post thumb
image: "images/blog/blog-1.jpg"

# meta description
description: "this is meta description"

# taxonomies
categories: ["Python", "uv", "docker", "rust"]
tags: ["Python", "uv", "docker", "rust"]
# post type
type: "post"
---

## 🧪 深層学習を用いた実験における再現可能な環境構築
22 changes: 22 additions & 0 deletions content/column/typehint-in-python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "💡 Type Hint in Python"
date: 2025-01-05T00:00:00+09:00
draft: false

# post author
author : "北田 俊輔"

# post thumb
image: "images/blog/blog-1.jpg"

# meta description
description: "this is meta description"

# taxonomies
categories: ["Python", "Type Hint"]
tags: ["Python", "Type Hint"]
# post type
type: "post"
---

## 💡すべてを救う Python の型ヒントについて
Loading