This was a great overview of Elixir and how it compares to Python. My only suggestion would be, in the section about atoms, to mention that they are not garbage collected, so you never want to turn user input into atoms (which is sometimes tempting to new Elixir devs when making map keys).