• 首頁
  • Python 筆記
  • Laravel

2 月, 2023

【Python】pathlib 模組 : 優雅的處理不同作業系統上的檔案路徑

安裝 無需安裝,這是 Python 的內建函式庫 基本用法 建立 Path 物件 Path是 pathlib ... » read more

0
Read
Kirin written 2 年 ago
【Python】python-dotenv 模組 : 處理帳號、密碼及金鑰…等敏感資訊的存放問題

最後更新日期:2025 年 02 月 25 日 簡介 在撰寫程式時,有些比較敏感的資訊是不適合直接放在程式碼中... » read more

0
Read
Kirin written 2 年 ago
【Python】Selenium 4 學習筆記 (2) – 基本的安裝使用

Selenium 安裝 pip install selenium 在 Python 3.7 後,如果不指定 s... » read more

0
Read
Kirin written 2 年 ago
【Python】Selenium 4 學習筆記 (1) – 與 Selenium 3 的差異

Python 版本限制 Selenium 4 需要 Python 3.7 或是更新的版本;pip 的版本必須在... » read more

0
Read
Kirin written 2 年 ago
【Python】虛擬環境 – venv

虛擬環境是什麼? 虛擬環境 (Virtual Environment) ,可以依不同的專案,設置不一樣的 pa... » read more

0
Read
Kirin written 2 年 ago
【Python】模組套件管理工具 – pip

pip 是 Python 的模組套件管理工具,跟 JavaScript 的 npm 、PHP 的 Compos... » read more

0
Read
Kirin written 2 年 ago
  • 首頁
  • Python 筆記
  • Laravel
Copyright © 2025 Kirin. All rights reserved.