#iterators

[ follow ]
Python
fromPythonmorsels
3 days ago

All iteration is the same in Python

All Python iteration forms use the same iterator protocol; iterating over an object yields its defined iteration items (e.g., dictionary yields keys, string yields characters).
#python
#javascript
JavaScript
from2ality
7 months ago

Ecma International approves ECMAScript 2025: What's new?

ECMAScript 2025 introduces new features to enhance JavaScript, including import attributes, iterator helper methods, and improved Set operations.
[ Load more ]