Perhaps related, I'm maintaining a "cheatsheet" to let Python programmers see what an Elisp equivalent to typical Python functions/methods are.
https://kickingvegas.github.io/elisp-for-python/
Are `(push s x)` and `(push x s)` correct for push and insert, resp.?
Are `(push s x)` and `(push x s)` correct for push and insert, resp.?