python-scala-collections

Installation
SKILL.md

Python to Scala Collections Translation

Collection Creation

Lists

# Python
empty = []
nums = [1, 2, 3]
repeated = [0] * 5
from_range = list(range(1, 11))
Installs
1
GitHub Stars
1
First Seen
Jun 12, 2026
python-scala-collections — tomevault-io/tomes