python

Python x VSCode x Docker

現在不少人都會選擇 VSCode 作為開發的文字編輯器使用,除了有各式各樣的擴充(extension)可以使用之外,還可以用 GitHub Copilot 加速開發。 不過好像比較少文

Posted on  Aug 2, 2023  by  Amo Chen  ‐ 1 min read

Python 與各種向量資料庫使用範例

隨著向量資料庫的應用開始普及,後端工程師又多了 1 種資料庫要學習了⋯⋯ 所幸有好心人整理了 1 篇 Python 與各種向量資料庫使用的範例,文件所使用的向量資料

Posted on  Aug 1, 2023  by  Amo Chen  ‐ 1 min read

制霸 Python f-string 各種格式使用方法

開發程式時,字串的輸出經常會需要做一些格式(format),例如數字加上千分位符號、百分比,又或者需要置左、置中、置右對齊等等,這些需求 Python 也都有照顧到,本文將介紹 Python 如何做字串的格式化以及各種範例,讓大家都能夠輕鬆完成字串的格式化!

Last updated on  Apr 9, 2024  in  Python 程式設計 - 初階  by  Amo Chen  ‐ 5 min read

有趣的生成式影像應用 - 無限縮放(Infinite Zoom)

The Infinite Zoom Effect - Using generative AI and outpainting for creating stunning zoom animations 這篇文章的作者介紹如何用生成式的影像產生 1 張又 1 張的圖中圖,例如第 2 張圖會包含第 1 張圖,第 3 張圖會包含第 2 與第

Posted on  Jul 21, 2023  by  Amo Chen  ‐ 1 min read

Python 會取代 Go 嗎?

先說我的看法,我認為 Python 不會取代 Go ,同樣地, Go 也不會取代 Python 。 +12,000 Developers declare that Python will replace Go (Here is Why) 一文根據 Go 官方做的問卷調查結果,探討 Go 為什麼有機會取代 Python ,總

Posted on  Jul 14, 2023  by  Amo Chen  ‐ 2 min read