來源:blog.csdn.net/qq_29879799/article/details/105146415 java的stream編程給調試帶來了極大的不便,idea 推出了streamtrace功能,可以詳細看到每一步操作的關係、結果,非常方便進行調試。 初遇StreamTrace 這裡簡單將字 ...
其實,編程中用到的英文辭彙並不多,經常用到的寫著寫著就記住了。大多數時候只有給變數或者對象起名的時候才會去Google上查。於是,我將經常在coding中用到的辭彙總結了一下。
A字母開頭的英文辭彙
Appearance外表
assert/assertion異常
add添加
append附加
args/argument參數
attribute屬性
B字母開頭的英文辭彙
byte位元組
bool布爾類型
Bug故障(蟲子)
break突破/跳出
C字母開頭的英文辭彙
cmd/commond命令
close關閉
colum列
char字元型
class類
create創建
continue繼續
case情形
capitalize用大寫字母寫或印刷
copy複製
clear清除
coding編碼
character字元
count計數
D字母開頭的英文辭彙
demo演示
division除法
downloads下載
define定義
decode解碼
depth深度
default預設
dict字典
difference差數
discord丟棄
del,delete刪除
data數據
E字母開頭的英文辭彙
exception異常
Editor編輯
exit退出
extends繼承,延伸,推廣
encode編碼
even偶數
execute執行
expression表達式
extend擴展
error錯誤
end結束
F字母開頭的英文辭彙
finally最後
float浮點型
factorial階乘
flush沖刷
find查找
False假
function方法/函數
format格式化
file文件
G字母開頭的英文辭彙
global全局變數
group組
H字母開頭的英文辭彙
height高度
I字母開頭的英文辭彙
int整型
Interpret解釋
install安裝
instance實例,情況
indentation縮進
ignore case忽略 大小寫
inside內部
info信息
Infinite無窮
import導入
item項
intersection相交
insert插入
input輸入
invalid無效
identifier名稱/標識符
iterable可迭代對象
index索引
K字母開頭的英文辭彙
kwargs關鍵字參數
key鍵
L字母開頭的英文辭彙
Local局部作用域
long長整形
== login==登錄
list列表
lower下麵
M字母開頭的英文辭彙
main主要的
match匹配
missing丟失
module模塊
mapping映射
max最大
min最小
O字母開頭的英文辭彙
outside外部
object對象
P字母開頭的英文辭彙
private私有的
public公共的,公用的
perimeter周長
params參數
power冪
positional位置
prompt提示
pop取出
path路徑
project項目
print列印輸出
R字母開頭的英文辭彙
rename 重命名
result結果
row行
random隨機的
run跑,運行
reset重新設置
radius半徑
regular規則
recursion遞歸
required必須
range範圍
remove移除
reverse反向
replace替換
S字母開頭的英文辭彙
scripts腳本
self自身
search查找
salary薪水
switch判斷語句
string字元串類型
successful成功
search查詢
square平方
system系統
step步長
sep/separate分隔
seq/sequence序列
swap互換
subset子集
sub附屬
superset父集/超集
symmetric對稱
set集合
settings設置
sort排序
strip去除
syntax語法
start開始
T字母開頭的英文辭彙
try嘗試
type類型
test測試
True真
tuple元組
title標題
Z字母開頭的英文辭彙
zip解壓
U字母開頭的英文辭彙
unexpected不期望的
unicode萬國碼
unsupported不支持
union聯合
update更新
upper上面
V字母開頭的英文辭彙
variables變數
version版本
void空的,沒有返回值的
volume體積
union聯合
value值
W字母開頭的英文辭彙
windows視窗
width寬度
weight重量
【往期精彩】
數據清洗工具flashtext,效率直接提升了幾十倍數!
一個help函數解決了python的所有文檔信息查看...
python 自定義異常/raise關鍵字拋出異常
python 本地音樂播放器製作過程(附完整源碼)
自動化工具:PyAutoGUI的滑鼠與鍵盤控制,解放雙手的利器!
歡迎關註作者公眾號【Python 集中營】,專註於後端編程,每天更新技術乾貨,不定時分享各類資料!