Python

Andrés Alejos
11 min read
Members Public

Python NumPy to Elixir-Nx

Learn how to leverage existing codebases from the Python ML ecosystem

Andrés Alejos
13 min read
Members Public

From Python to Elixir Machine Learning

Moving on from Python Machine Learning might seem impossible. Let me break down why and how you can do it.

Andrés Alejos
7 min read
Members Public

Calling 'import' in Python Does More Than You Think

When writing Python code, there are many reserved words such as None, del, if, else, etc. These are words that carry special meaning to the Python interpreter and as such should not be used as variable names. The keyword import is a reserved word used to bring outside Python code