文章列表
2023-11-22
Chinese Characters And Pinyin Contrast Table (常用字與漢語拼音對照)
「教育部常用國字標準字體表」(甲表)與國字的漢語拼音對照表,藉由全字庫結合 Python 來進行彙整。
2023-11-21
Windows System Reserved Keywords (系統保留字)
Learn about Windows reserved keywords like "con," "prn," and more, and why they can't be used as file or folder names.
2023-11-20
Generative AI Prompt Engineering & Prompt Tips
筆記實際務生成式 AI 協助的地方與生成式 AI 工具的彙整。 In this section, explain the purpose of the blog post. Mention how generative AI is revolutionizing various fields and its growing importance in software development. Briefly introduce the types of generative AI tools you will discuss.
2023-11-17
Python Venv
在 Python 開發中,有效管理元件依賴關係是至關重要的。Python 的 venv 提供了一個簡單且有效的解決方案,用於創建隔離的虛擬環境 (venv)。本文將逐步介紹如何使用 venv,使你的 Python 開發既高效又有條不紊 😎