程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

[Python common English words] - summarize the most complete version of Python common English words

編輯:Python

Point a favor and leave a note !!

Catalog

One 、 Interactive environment and print Output

Two 、 String operation

3、 ... and 、 repeat / transformation / Replace / Original string

Four 、 Remove / Inquire about / Count

5、 ... and 、 Get input / format

6、 ... and 、 Tuples

7、 ... and 、 list

8、 ... and 、 aggregate

Nine 、 Dictionaries

Ten 、 loop

11、 ... and 、 Conditions / Jump out and end loop

Twelve 、 Operators and random numbers

13、 ... and 、 Define functions and set parameters

fourteen 、 Set collection parameters

15、 ... and 、 Nested function / Scope / Closure

sixteen 、 Recursive function

seventeen 、 List derivation /lambda expression


One 、 Interactive environment and print Output

print        Printout
coding        code
syntax        grammar
error        error
invalid        Invalid
identifier        name / identifier
character        character

Two 、 String operation

user        user
name        full name / name
attribute        Field / attribute
value        value
key        key

3、 ... and 、 repeat / transformation / Replace / Original string

upper        above
lower        below
capitalize        Write or print in capital letters
title        title
replace        Replace
old        old
new        new
count        Count
swap        swap
case        situation
path        route
project        project
test        test
file        file
data        data

Four 、 Remove / Inquire about / Count

strip        Remove
index        Indexes
find        lookup
count        Count
start        Start
end        end
chars        character
sub         subsidiary         

5、 ... and 、 Get input / format

input        Input
prompt        Tips
ID        Id card
format        format
args(argument)        Parameters
kwargs        Keyword parameters
year        year
month        month
day        Japan

6、 ... and 、 Tuples

tuple        Tuples
max        Maximum  
min        Minimum
iterable        Can the iteration
key        keyword
function        Method / function
stop        stop it
object        object

7、 ... and 、 list

list        list
reverse        reverse
true        really
false        false
append        additional
extend        Expand
insert        Insert
pop        Take out
remove        remove
del(delete)        Delete
clear        eliminate
sort        Sort

8、 ... and 、 aggregate

set        aggregate / Set up
add        add to
update        to update
discard        discarded
intersection        The intersection
union        union
difference        Difference
symmetric        symmetry
in        stay .... Inside
not        No / No
disjoint        Disjoint
subset        A subset of
superset        Superset / Superset
copy        Copy

Nine 、 Dictionaries

dict        Dictionaries
key        key / keyword
value        value
item        term
mapping        mapping
seq(sequence)        Sequence
from        from / come from
get        obtain
default        Default
none        No,
arg        Variable elements
kwargs(keyword args)        Variable keyword element

Ten 、 loop

for...in...        The use of recycling
while...        The use of recycling
range        Range
sep(separate)        Separate
flush        Scour
step        step
continue        continue
break        breakthrough / Jump out of

11、 ... and 、 Conditions / Jump out and end loop

if        If
else        otherwise

Twelve 、 Operators and random numbers

module        modular
sys(system)        System
path        route
import        Import
from        from ...

13、 ... and 、 Define functions and set parameters

birthday        Date of birth
year        year
month        month
day        date
type        type
error        error
missing        The loss of
required        must
positional        Location
unsupported        I won't support it

fourteen 、 Set collection parameters

create        establish
info        Information
age        Age
height        Height
width        Width
weight        weight
splicing        Splicing
params        Parameters
volume        Submit
operand        Operands

15、 ... and 、 Nested function / Scope / Closure

inside        Inside
outside        external
radius        radius
perimeter        Perimeter
case        situation
synthesis        synthesis
execute        perform

sixteen 、 Recursive function

recursion        recursive
lnfinite        infinite
maximum        Maximum
depth        depth
exceeded        exceed
factorial        Factorial
search        Inquire about
power        power
lower        below
upper        upper
middle        middle
assert/assertion        abnormal

seventeen 、 List derivation /lambda expression

square        square
even        even numbers
comprehension        understand
lambda        The Greek letter λ The English name of , The famous game half life logo This is this.
regular        The rules
expression        expression
group        Group
match        matching
span        span
ignore case        Ignore case
multi line        Multiple lines
dot all        Point all
unicode        unicode
verbose        Cumbersome
pos/position        Location


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved