| [`str join`](/commands/docs/str_join.md) | `str.join` | `joinToString` | | `join` |
| [`str trim`](/commands/docs/str_trim.md) | `strip`, `rstrip`, `lstrip` | `trim`, `trimStart`, `trimEnd` | Regex | `trim`, `trim*{start,end}`, `strip*{suffix,prefix}` |
| [`math sum`](/commands/docs/math_sum.md) | `sum` | `sum` | `reduce` | `sum` |
| [`to`](/commands/docs/to.md) | `import csv`, `json`, `sqlite3` | | | |
| [`touch`](/commands/docs/touch.md) | `open(path, 'a').close()` | | | |
| [`uniq`](/commands/docs/uniq.md) | `set` | Set | `set` | `HashSet` |
| [`upsert`](/commands/docs/upsert.md) | `dict[\"key\"] = val` | | | |
| [`version`](/commands/docs/version.md) | `sys.version`, `sys.version_info` | | | |
| [`with-env`](/commands/docs/with-env.md)<br />`$env.FOO = "bar"` | `os.environ` | | | |
| [`where`](/commands/docs/where.md) | `filter` | `filter` | `filter` | `filter` |
| [`which`](/commands/docs/which.md) | `shutil.which` | | | |
| [`wrap`](/commands/docs/wrap.md) | `{ "key" : val }` | | | |