Word list
Code: Python
Pythonic syntax — def, lambda, import, decorators. Colons, indentation, dunders.
- def
- class
- return
- if
- elif
- else
- for
- while
- in
- not
- and
- or
- is
- None
- True
- False
- try
- except
- finally
- raise
- import
- from
- as
- with
- yield
- lambda
- pass
- break
- continue
- global
- nonlocal
- del
- async
- await
- len
- range
- enumerate
- zip
- map
- filter
- sorted
- reversed
- list
- tuple
- dict
- set
- str
- int
- float
- bool
- bytes
- open
- read
- write
- close
- append
- extend
- insert
- pop
- remove
- split
- join
- strip
- replace
- format
- items
- keys
- values
- get
- update
- __init__
- __name__
- __main__
- self
- cls
- raise
- assert
- import
- numpy
- pandas
- matplotlib