python標準庫模組放在哪裡?
python標準庫模組放在lib目錄下(home目錄/pythonXX.XX/lib)。檢視方法是:1、利用sys.path檢視所有python路徑;2、找到pythonXX.XX/lib即為標準模組的存放位置。
首先使用 sys 下的 path 變數檢視所有的 python 路徑:
import sys sys.path
標準庫
lib 目錄下(home 目錄/pythonXX.XX/lib)
推薦課程:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/1343/viewspace-2832929/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 標準庫之 random 模組random
- python常用標準庫(os系統模組、shutil檔案操作模組)Python
- python模組安裝目錄在哪裡Python
- Python新手常見問題八:標準庫模組命名Python
- python常用標準庫(壓縮包模組zipfile和tarfile)Python
- 模組轉測標準
- python常用標準庫Python
- Python標準庫(待續)Python
- python標準庫目錄Python
- Python標準庫06 子程式Python
- 衡量優質香港伺服器租用的標準在哪裡伺服器
- python官方標準庫(中文版)Python
- python下載的庫包放哪裡Python
- Python標準庫14 資料庫 (sqlite3)Python資料庫SQLite
- 整合 Python標準庫之 Path/File 類Python
- Python標準庫中隱藏的利器Python
- Python標準庫13 迴圈器 (itertools)Python
- 如何使用Python經緯座標模組?Python
- [雪峰磁針石部落格]python標準模組介紹-string:文字常量和模板Python
- 類的組合、繼承、模板類、標準庫繼承
- Python標準庫10 多程式初步 (multiprocessing包)Python
- Python標準庫11 多程式探索 (multiprocessing包)Python
- 2024年6月16日 Python - 標準庫Python
- 【推薦】5個常用的Python標準庫!Python
- python 模組:itsdangerous 模組Python
- Python模組:time模組Python
- C++標準庫、C++標準模版庫介紹C++
- python資料庫模組-Cx_OraclePython資料庫Oracle
- python自帶效能強悍的標準庫 itertoolsPython
- Python模組之urllib模組Python
- python模組之collections模組Python
- 淺析騰訊雲伺服器標準型SA2與標準型S2的區別在哪裡?伺服器
- python工作目錄在哪裡Python
- 標準庫之template
- Go標準庫ContextGoContext
- C++標準庫C++
- 從零開始學Python:第22課-Python標準庫初探Python
- Python 模組Python