A classical way to introduce "Euler's number" $\mathrm{e}$ is via compound interest which leads to
$$ \mathrm{e} = \lim_{n\to \infty} \left (1 + \frac{1}{n} \right )^n $$
Is there a also such a real world motivation for
$$ \mathrm{e} = \sum_{n = 0}^{\infty} \frac{1}{n!} $$
My favorite way is to look for solutions to the functional equation $f(x+y) = f(x)f(y)$.
Setting $y=0$, we get $f(0) = 1$.
If we assume that they are differentiable, $f(x+h)= f(x)f(h) $, so
$\begin{array}\\ f(x+h)-f(x) &= f(x)f(h)-f(x)\\ &= f(x)(f(h)-1)\\ \text{so}\\ \dfrac{f(x+h)-f(x)}{h} &= \dfrac{f(x)(f(h)-1)}{h}\\ &= f(x)\dfrac{f(h)-1}{h}\\ \end{array} $
Letting $h \to 0$, this gives $f'(x) = f'(0)f(x)$, so that $f(x) = a^x$ where $f'(0) = \ln(a)$.
$e$ is the value that makes $f'(0) = 1$.