|
|
|
|
|
by emiliobumachar
4860 days ago
|
|
I routinely program in Python and C, and syntax matters much to me. My personal favorite feature of Python is simply the syntatic sugar that allows me to write stuff like "for element in array" without having to remember that an index exists. These little things add up fast when you're trying to focus on the problem at hand! |
|