Not familiar with Elixir but I assume it's really good at expressing data driven code, since it's functional and has pattern matching.
But for Python, JS, etc,... it's the same down to earth abstraction that everyone is dealing with, like the same open a file, parse a csv, connect to the database patterns.