|
|
|
|
|
by agumonkey
3792 days ago
|
|
What I like the most in python is, until you peek too much below, the curated features that make it small yet expressive: - tiny set of builtins: list, dict, set
- literal
- slices
- small syntax, and canonical indentation
- simple mapping between some operators and class methods you have enough to abstract a bit but not too much without drowning in details. |
|