首頁
HTML / CSS
XML技術
Java技術
腳本語言
前端技術
框架
資料庫
高級語言
軟體測試
開發工具
大數據
其他技術
Python 3 教學
Python3 教學
Python3 簡介
Python3 環境搭建
Python3 基礎語法
Python3 基本數據類型
Python3 解釋器
Python3 注釋
Python3 運算符
Python3 數字(Number)
Python3 字串
Python3 列表
Python3 元組
Python3 字典
Python3 集合
Python3 編程第一步
Python3 條件控制
Python3 迴圈語句
Python3 迭代器與生成器
Python3 函數
Python3 數據結構
Python3 模組
Python3 輸入和輸出
Python3 File
Python3 OS
Python3 錯誤和異常
Python3 面向對象
Python3 命名空間/作用域
Python3 標準庫概覽
Python3 實例
Python 測驗
Python3
高級教學
Python3 正則運算式
Python3 CGI編程
Python3 MySQL(mysql-connector)
Python3 MySQL(PyMySQL)
Python3 網路編程
Python3 SMTP發送郵件
Python3 多線程
Python3 XML 解析
Python3 JSON
Python3 日期和時間
Python3 內置函數
Python MongoDB
Python uWSGI 安裝配置
Python3 內置函數
注意:
有些函數與 Python2.x 變化不大,會直接跳轉到 Python2.x 教學下的內置函數說明,大家要注意下哈。
內置函數
abs()
dict()
help()
min()
setattr()
all()
dir()
hex()
next()
slice()
any()
divmod()
id()
object()
sorted()
ascii()
enumerate()
input()
oct()
staticmethod()
bin()
eval()
int()
open()
str()
bool()
exec()
isinstance()
ord()
sum()
bytearray()
filter()
issubclass()
pow()
super()
bytes()
float()
iter()
print()
tuple()
callable()
format()
len()
property()
type()
chr()
frozenset()
list()
range()
vars()
classmethod()
getattr()
locals()
repr()
zip()
compile()
globals()
map()
reversed()
__import__()
complex()
hasattr()
max()
round()
delattr()
hash()
memoryview()
set()
上一篇
Python3 字典 popitem() 方法
下一篇
Python3 ascii() 函數