Python 2.* 標準庫簡介
1.1. 介紹
Python 的標準庫包括了很多的模組, 從 Python 語言自身特定的型別和宣告,
到一些只用於少數程式的不著名的模組.
1.2 __builtin__模組
1.2.1 apply 函式1.2.2 __import__ 函式 載入模組
1.2.3 reload 函式
1.2.4 dir 函式
1.2.5 vars 函式 -- locals
1.2.6 type 函式
1.2.7 callable 函式
1.2.8 isinstance 函式
1.2.9 issubclass 函式
1.2.10 eval 函式
1.2.11 compile 函式
1.2.12 execfile 函式
1.2.13 __builtin__ open() file() 函式 優先使用:file()函式
相關文章
- 簡單介紹標準庫fmt的基本使用
- C++標準庫、C++標準模版庫介紹C++
- python常用標準庫Python
- Python標準庫(待續)Python
- python標準庫目錄Python
- Python標準庫06 子程式Python
- python官方標準庫(中文版)Python
- Python標準庫14 資料庫 (sqlite3)Python資料庫SQLite
- 整合 Python標準庫之 Path/File 類Python
- Python標準庫中隱藏的利器Python
- Python標準庫13 迴圈器 (itertools)Python
- python標準庫模組放在哪裡?Python
- 標準庫 http 包的簡單實用HTTP
- Go 標準庫之 GoRequests 介紹與基本使用Go
- Python標準庫10 多程式初步 (multiprocessing包)Python
- Python標準庫11 多程式探索 (multiprocessing包)Python
- 2024年6月16日 Python - 標準庫Python
- 【推薦】5個常用的Python標準庫!Python
- Go 常用標準庫之 fmt 介紹與基本使用Go
- python自帶效能強悍的標準庫 itertoolsPython
- 標準庫之template
- Go標準庫ContextGoContext
- C++標準庫C++
- 從零開始學Python:第22課-Python標準庫初探Python
- 【Python標準庫:fileinput】優雅的讀取檔案Python
- python中時間處理標準庫DateTime加強版庫:pendulumPython
- Python簡介Python
- HTML 標題簡介HTML
- golang標準庫之 fmtGolang
- C++標準庫:chronoC++
- C++標準庫:randomC++random
- C標準庫學習
- PHP 標準庫 SplStack 棧PHP
- Python標準庫分享之儲存物件 (pickle包,cPickle包)Python物件
- Python標準庫datetime中4種基本物件的用法Python物件
- Python標準庫04 檔案管理 (部分os包,shutil包)Python
- Python新手常見問題八:標準庫模組命名Python
- python常用標準庫(壓縮包模組zipfile和tarfile)Python
- Python Selenium簡介Python