Skip to content

Commit c86adf7

Browse files
committed
deploy: 3d9ca1c
1 parent 600ed20 commit c86adf7

File tree

69 files changed

+5126
-408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+5126
-408
lines changed

blog/blog-post-2/index.html

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -180,26 +180,26 @@ <h4>Share now :</h4>
180180
<h4 class="mb-4">Latest Posts</h4>
181181

182182
<div class="media border-bottom py-3">
183-
<a href="https://py-img-gen.github.io/column/beautiful-python-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="✨️ Keeping Your Python Code Beautiful"></a>
183+
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🔎 dataclass in Python"></a>
184184
<div class="media-body">
185-
<span class="text-sm text-muted">January 03, 2025</span>
186-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/beautiful-python-code/">✨️ Keeping Your Python Code Beautiful</a></h6>
185+
<span class="text-sm text-muted">January 04, 2025</span>
186+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/python-dataclass/">🔎 dataclass in Python</a></h6>
187187
</div>
188188
</div>
189189

190190
<div class="media border-bottom py-3">
191-
<a href="https://py-img-gen.github.io/column/extending-diffusers-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧨 Extending diffusers code"></a>
191+
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
192192
<div class="media-body">
193-
<span class="text-sm text-muted">January 02, 2025</span>
194-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/extending-diffusers-code/">🧨 Extending diffusers code</a></h6>
193+
<span class="text-sm text-muted">January 04, 2025</span>
194+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/reproducible-experiments/">🧪 Reproducible Experiments for Deep Learning with Python</a></h6>
195195
</div>
196196
</div>
197197

198198
<div class="media border-bottom py-3">
199-
<a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🤗 Mastering huggingface ecosystem"></a>
199+
<a href="https://py-img-gen.github.io/column/beautiful-python-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="✨️ Keeping Your Python Code Beautiful"></a>
200200
<div class="media-body">
201-
<span class="text-sm text-muted">January 01, 2025</span>
202-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/">🤗 Mastering huggingface ecosystem</a></h6>
201+
<span class="text-sm text-muted">January 03, 2025</span>
202+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/beautiful-python-code/">✨️ Keeping Your Python Code Beautiful</a></h6>
203203
</div>
204204
</div>
205205

@@ -212,9 +212,15 @@ <h4 class="mb-4">Category</h4>
212212
<li>
213213
<a href="/categories/creative/">Creative<span class="ml-2">(1)</span></a>
214214
</li>
215+
<li>
216+
<a href="/categories/dataclass/">Dataclass<span class="ml-2">(1)</span></a>
217+
</li>
215218
<li>
216219
<a href="/categories/diffusers/">Diffusers<span class="ml-2">(1)</span></a>
217220
</li>
221+
<li>
222+
<a href="/categories/docker/">Docker<span class="ml-2">(1)</span></a>
223+
</li>
218224
<li>
219225
<a href="/categories/go-language/">Go language<span class="ml-2">(1)</span></a>
220226
</li>
@@ -234,13 +240,19 @@ <h4 class="mb-4">Category</h4>
234240
<a href="/categories/new-book/">New book<span class="ml-2">(1)</span></a>
235241
</li>
236242
<li>
237-
<a href="/categories/python/">Python<span class="ml-2">(3)</span></a>
243+
<a href="/categories/python/">Python<span class="ml-2">(5)</span></a>
238244
</li>
239245
<li>
240246
<a href="/categories/ruff/">Ruff<span class="ml-2">(1)</span></a>
241247
</li>
242248
<li>
243-
<a href="/categories/rust/">Rust<span class="ml-2">(1)</span></a>
249+
<a href="/categories/rust/">Rust<span class="ml-2">(2)</span></a>
250+
</li>
251+
<li>
252+
<a href="/categories/type-hint/">Type hint<span class="ml-2">(1)</span></a>
253+
</li>
254+
<li>
255+
<a href="/categories/uv/">Uv<span class="ml-2">(1)</span></a>
244256
</li>
245257
</ul>
246258
</ul>
@@ -249,7 +261,9 @@ <h4 class="mb-4">Category</h4>
249261
<div class="sidebar-widget tags mb-3">
250262
<h4 class="mb-4">Tags</h4>
251263
<a href="/tags/book/">Book</a>
264+
<a href="/tags/dataclass/">Dataclass</a>
252265
<a href="/tags/diffusers/">Diffusers</a>
266+
<a href="/tags/docker/">Docker</a>
253267
<a href="/tags/html/">HTML</a>
254268
<a href="/tags/hugging-face/">Hugging face</a>
255269
<a href="/tags/huggingface-datasets/">Huggingface datasets</a>
@@ -260,6 +274,8 @@ <h4 class="mb-4">Tags</h4>
260274
<a href="/tags/python/">Python</a>
261275
<a href="/tags/ruff/">Ruff</a>
262276
<a href="/tags/rust/">Rust</a>
277+
<a href="/tags/type-hint/">Type hint</a>
278+
<a href="/tags/uv/">Uv</a>
263279
</div>
264280
</div>
265281
</div>

blog/blog-post-3/index.html

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -180,26 +180,26 @@ <h4>Share now :</h4>
180180
<h4 class="mb-4">Latest Posts</h4>
181181

182182
<div class="media border-bottom py-3">
183-
<a href="https://py-img-gen.github.io/column/beautiful-python-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="✨️ Keeping Your Python Code Beautiful"></a>
183+
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🔎 dataclass in Python"></a>
184184
<div class="media-body">
185-
<span class="text-sm text-muted">January 03, 2025</span>
186-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/beautiful-python-code/">✨️ Keeping Your Python Code Beautiful</a></h6>
185+
<span class="text-sm text-muted">January 04, 2025</span>
186+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/python-dataclass/">🔎 dataclass in Python</a></h6>
187187
</div>
188188
</div>
189189

190190
<div class="media border-bottom py-3">
191-
<a href="https://py-img-gen.github.io/column/extending-diffusers-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧨 Extending diffusers code"></a>
191+
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
192192
<div class="media-body">
193-
<span class="text-sm text-muted">January 02, 2025</span>
194-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/extending-diffusers-code/">🧨 Extending diffusers code</a></h6>
193+
<span class="text-sm text-muted">January 04, 2025</span>
194+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/reproducible-experiments/">🧪 Reproducible Experiments for Deep Learning with Python</a></h6>
195195
</div>
196196
</div>
197197

198198
<div class="media border-bottom py-3">
199-
<a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🤗 Mastering huggingface ecosystem"></a>
199+
<a href="https://py-img-gen.github.io/column/beautiful-python-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="✨️ Keeping Your Python Code Beautiful"></a>
200200
<div class="media-body">
201-
<span class="text-sm text-muted">January 01, 2025</span>
202-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/">🤗 Mastering huggingface ecosystem</a></h6>
201+
<span class="text-sm text-muted">January 03, 2025</span>
202+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/beautiful-python-code/">✨️ Keeping Your Python Code Beautiful</a></h6>
203203
</div>
204204
</div>
205205

@@ -212,9 +212,15 @@ <h4 class="mb-4">Category</h4>
212212
<li>
213213
<a href="/categories/creative/">Creative<span class="ml-2">(1)</span></a>
214214
</li>
215+
<li>
216+
<a href="/categories/dataclass/">Dataclass<span class="ml-2">(1)</span></a>
217+
</li>
215218
<li>
216219
<a href="/categories/diffusers/">Diffusers<span class="ml-2">(1)</span></a>
217220
</li>
221+
<li>
222+
<a href="/categories/docker/">Docker<span class="ml-2">(1)</span></a>
223+
</li>
218224
<li>
219225
<a href="/categories/go-language/">Go language<span class="ml-2">(1)</span></a>
220226
</li>
@@ -234,13 +240,19 @@ <h4 class="mb-4">Category</h4>
234240
<a href="/categories/new-book/">New book<span class="ml-2">(1)</span></a>
235241
</li>
236242
<li>
237-
<a href="/categories/python/">Python<span class="ml-2">(3)</span></a>
243+
<a href="/categories/python/">Python<span class="ml-2">(5)</span></a>
238244
</li>
239245
<li>
240246
<a href="/categories/ruff/">Ruff<span class="ml-2">(1)</span></a>
241247
</li>
242248
<li>
243-
<a href="/categories/rust/">Rust<span class="ml-2">(1)</span></a>
249+
<a href="/categories/rust/">Rust<span class="ml-2">(2)</span></a>
250+
</li>
251+
<li>
252+
<a href="/categories/type-hint/">Type hint<span class="ml-2">(1)</span></a>
253+
</li>
254+
<li>
255+
<a href="/categories/uv/">Uv<span class="ml-2">(1)</span></a>
244256
</li>
245257
</ul>
246258
</ul>
@@ -249,7 +261,9 @@ <h4 class="mb-4">Category</h4>
249261
<div class="sidebar-widget tags mb-3">
250262
<h4 class="mb-4">Tags</h4>
251263
<a href="/tags/book/">Book</a>
264+
<a href="/tags/dataclass/">Dataclass</a>
252265
<a href="/tags/diffusers/">Diffusers</a>
266+
<a href="/tags/docker/">Docker</a>
253267
<a href="/tags/html/">HTML</a>
254268
<a href="/tags/hugging-face/">Hugging face</a>
255269
<a href="/tags/huggingface-datasets/">Huggingface datasets</a>
@@ -260,6 +274,8 @@ <h4 class="mb-4">Tags</h4>
260274
<a href="/tags/python/">Python</a>
261275
<a href="/tags/ruff/">Ruff</a>
262276
<a href="/tags/rust/">Rust</a>
277+
<a href="/tags/type-hint/">Type hint</a>
278+
<a href="/tags/uv/">Uv</a>
263279
</div>
264280
</div>
265281
</div>

blog/blog-post/index.html

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -180,26 +180,26 @@ <h4>Share now :</h4>
180180
<h4 class="mb-4">Latest Posts</h4>
181181

182182
<div class="media border-bottom py-3">
183-
<a href="https://py-img-gen.github.io/column/beautiful-python-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="✨️ Keeping Your Python Code Beautiful"></a>
183+
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🔎 dataclass in Python"></a>
184184
<div class="media-body">
185-
<span class="text-sm text-muted">January 03, 2025</span>
186-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/beautiful-python-code/">✨️ Keeping Your Python Code Beautiful</a></h6>
185+
<span class="text-sm text-muted">January 04, 2025</span>
186+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/python-dataclass/">🔎 dataclass in Python</a></h6>
187187
</div>
188188
</div>
189189

190190
<div class="media border-bottom py-3">
191-
<a href="https://py-img-gen.github.io/column/extending-diffusers-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧨 Extending diffusers code"></a>
191+
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
192192
<div class="media-body">
193-
<span class="text-sm text-muted">January 02, 2025</span>
194-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/extending-diffusers-code/">🧨 Extending diffusers code</a></h6>
193+
<span class="text-sm text-muted">January 04, 2025</span>
194+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/reproducible-experiments/">🧪 Reproducible Experiments for Deep Learning with Python</a></h6>
195195
</div>
196196
</div>
197197

198198
<div class="media border-bottom py-3">
199-
<a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🤗 Mastering huggingface ecosystem"></a>
199+
<a href="https://py-img-gen.github.io/column/beautiful-python-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="✨️ Keeping Your Python Code Beautiful"></a>
200200
<div class="media-body">
201-
<span class="text-sm text-muted">January 01, 2025</span>
202-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/">🤗 Mastering huggingface ecosystem</a></h6>
201+
<span class="text-sm text-muted">January 03, 2025</span>
202+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/beautiful-python-code/">✨️ Keeping Your Python Code Beautiful</a></h6>
203203
</div>
204204
</div>
205205

@@ -212,9 +212,15 @@ <h4 class="mb-4">Category</h4>
212212
<li>
213213
<a href="/categories/creative/">Creative<span class="ml-2">(1)</span></a>
214214
</li>
215+
<li>
216+
<a href="/categories/dataclass/">Dataclass<span class="ml-2">(1)</span></a>
217+
</li>
215218
<li>
216219
<a href="/categories/diffusers/">Diffusers<span class="ml-2">(1)</span></a>
217220
</li>
221+
<li>
222+
<a href="/categories/docker/">Docker<span class="ml-2">(1)</span></a>
223+
</li>
218224
<li>
219225
<a href="/categories/go-language/">Go language<span class="ml-2">(1)</span></a>
220226
</li>
@@ -234,13 +240,19 @@ <h4 class="mb-4">Category</h4>
234240
<a href="/categories/new-book/">New book<span class="ml-2">(1)</span></a>
235241
</li>
236242
<li>
237-
<a href="/categories/python/">Python<span class="ml-2">(3)</span></a>
243+
<a href="/categories/python/">Python<span class="ml-2">(5)</span></a>
238244
</li>
239245
<li>
240246
<a href="/categories/ruff/">Ruff<span class="ml-2">(1)</span></a>
241247
</li>
242248
<li>
243-
<a href="/categories/rust/">Rust<span class="ml-2">(1)</span></a>
249+
<a href="/categories/rust/">Rust<span class="ml-2">(2)</span></a>
250+
</li>
251+
<li>
252+
<a href="/categories/type-hint/">Type hint<span class="ml-2">(1)</span></a>
253+
</li>
254+
<li>
255+
<a href="/categories/uv/">Uv<span class="ml-2">(1)</span></a>
244256
</li>
245257
</ul>
246258
</ul>
@@ -249,7 +261,9 @@ <h4 class="mb-4">Category</h4>
249261
<div class="sidebar-widget tags mb-3">
250262
<h4 class="mb-4">Tags</h4>
251263
<a href="/tags/book/">Book</a>
264+
<a href="/tags/dataclass/">Dataclass</a>
252265
<a href="/tags/diffusers/">Diffusers</a>
266+
<a href="/tags/docker/">Docker</a>
253267
<a href="/tags/html/">HTML</a>
254268
<a href="/tags/hugging-face/">Hugging face</a>
255269
<a href="/tags/huggingface-datasets/">Huggingface datasets</a>
@@ -260,6 +274,8 @@ <h4 class="mb-4">Tags</h4>
260274
<a href="/tags/python/">Python</a>
261275
<a href="/tags/ruff/">Ruff</a>
262276
<a href="/tags/rust/">Rust</a>
277+
<a href="/tags/type-hint/">Type hint</a>
278+
<a href="/tags/uv/">Uv</a>
263279
</div>
264280
</div>
265281
</div>

blog/index.html

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -178,26 +178,26 @@ <h4 class="mt-2 mb-3"><a href="https://py-img-gen.github.io/blog/blog-post/">My
178178
<h4 class="mb-4">Latest Posts</h4>
179179

180180
<div class="media border-bottom py-3">
181-
<a href="https://py-img-gen.github.io/column/beautiful-python-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="✨️ Keeping Your Python Code Beautiful"></a>
181+
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🔎 dataclass in Python"></a>
182182
<div class="media-body">
183-
<span class="text-sm text-muted">January 03, 2025</span>
184-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/beautiful-python-code/">✨️ Keeping Your Python Code Beautiful</a></h6>
183+
<span class="text-sm text-muted">January 04, 2025</span>
184+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/python-dataclass/">🔎 dataclass in Python</a></h6>
185185
</div>
186186
</div>
187187

188188
<div class="media border-bottom py-3">
189-
<a href="https://py-img-gen.github.io/column/extending-diffusers-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧨 Extending diffusers code"></a>
189+
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
190190
<div class="media-body">
191-
<span class="text-sm text-muted">January 02, 2025</span>
192-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/extending-diffusers-code/">🧨 Extending diffusers code</a></h6>
191+
<span class="text-sm text-muted">January 04, 2025</span>
192+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/reproducible-experiments/">🧪 Reproducible Experiments for Deep Learning with Python</a></h6>
193193
</div>
194194
</div>
195195

196196
<div class="media border-bottom py-3">
197-
<a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🤗 Mastering huggingface ecosystem"></a>
197+
<a href="https://py-img-gen.github.io/column/beautiful-python-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="✨️ Keeping Your Python Code Beautiful"></a>
198198
<div class="media-body">
199-
<span class="text-sm text-muted">January 01, 2025</span>
200-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/">🤗 Mastering huggingface ecosystem</a></h6>
199+
<span class="text-sm text-muted">January 03, 2025</span>
200+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/beautiful-python-code/">✨️ Keeping Your Python Code Beautiful</a></h6>
201201
</div>
202202
</div>
203203

@@ -210,9 +210,15 @@ <h4 class="mb-4">Category</h4>
210210
<li>
211211
<a href="/categories/creative/">Creative<span class="ml-2">(1)</span></a>
212212
</li>
213+
<li>
214+
<a href="/categories/dataclass/">Dataclass<span class="ml-2">(1)</span></a>
215+
</li>
213216
<li>
214217
<a href="/categories/diffusers/">Diffusers<span class="ml-2">(1)</span></a>
215218
</li>
219+
<li>
220+
<a href="/categories/docker/">Docker<span class="ml-2">(1)</span></a>
221+
</li>
216222
<li>
217223
<a href="/categories/go-language/">Go language<span class="ml-2">(1)</span></a>
218224
</li>
@@ -232,13 +238,19 @@ <h4 class="mb-4">Category</h4>
232238
<a href="/categories/new-book/">New book<span class="ml-2">(1)</span></a>
233239
</li>
234240
<li>
235-
<a href="/categories/python/">Python<span class="ml-2">(3)</span></a>
241+
<a href="/categories/python/">Python<span class="ml-2">(5)</span></a>
236242
</li>
237243
<li>
238244
<a href="/categories/ruff/">Ruff<span class="ml-2">(1)</span></a>
239245
</li>
240246
<li>
241-
<a href="/categories/rust/">Rust<span class="ml-2">(1)</span></a>
247+
<a href="/categories/rust/">Rust<span class="ml-2">(2)</span></a>
248+
</li>
249+
<li>
250+
<a href="/categories/type-hint/">Type hint<span class="ml-2">(1)</span></a>
251+
</li>
252+
<li>
253+
<a href="/categories/uv/">Uv<span class="ml-2">(1)</span></a>
242254
</li>
243255
</ul>
244256
</ul>
@@ -247,7 +259,9 @@ <h4 class="mb-4">Category</h4>
247259
<div class="sidebar-widget tags mb-3">
248260
<h4 class="mb-4">Tags</h4>
249261
<a href="/tags/book/">Book</a>
262+
<a href="/tags/dataclass/">Dataclass</a>
250263
<a href="/tags/diffusers/">Diffusers</a>
264+
<a href="/tags/docker/">Docker</a>
251265
<a href="/tags/html/">HTML</a>
252266
<a href="/tags/hugging-face/">Hugging face</a>
253267
<a href="/tags/huggingface-datasets/">Huggingface datasets</a>
@@ -258,6 +272,8 @@ <h4 class="mb-4">Tags</h4>
258272
<a href="/tags/python/">Python</a>
259273
<a href="/tags/ruff/">Ruff</a>
260274
<a href="/tags/rust/">Rust</a>
275+
<a href="/tags/type-hint/">Type hint</a>
276+
<a href="/tags/uv/">Uv</a>
261277
</div>
262278
</div>
263279
</div>

0 commit comments

Comments
 (0)