Main characteristics#
Few characteristics of the Python language and ecosystem…
Definition keywords and “built-in identifiers” (https://docs.python.org/3/library/builtins.html)
Notions of assignment, names, references
First name space / object space diagram
Keyword
del
Built-in functions
type()
…
Take away: dynamic languages strong thanks to tooling and testing.