$$y=e^x\tag1$$ $${dy\over dx}=e^x\tag2$$
We can use the series of $e^x$ to show that ${d\over dx}(e^x)=e^x$ $$e^x=1+x+{x^2\over 2!}+{x^3\over 3!}+\cdots\tag3$$
$${d\over dx}(1+x+{x^2\over 2!}+{x^3\over 3!}+\cdots)=0+1+{2x\over 2!}+{3x^2\over 3!}+\cdots=1+x+{x^2\over 2!}+\cdots=e^x\tag4$$
How else can you show that $${d\over dx}(e^x)=e^x$$ with another method?
There are many ways. I'll go with a more 'graphical' approach instead of a numerical. We know by the limit definition of the derivative that $m = \frac{\delta y}{\delta x}$, so we can choose any point $e^x$, $x \in \Bbb{R}$, and find the slope of the tangent line. For instance,
Let's choose a point $x = 1$:
When $x = 1$ $\rightarrow$ $y = e^1$. Similarly, when $x = 0$ $\rightarrow y = e^0 = 1$
This yields points $(1,e)$ and $(0,1)$ is If $y=mx+b$, then \begin{equation}y =\frac{1-0}{e-1} x +1\end{equation} ($b \textbf{ is always } 1$ for functions in the form $f(x) = a^x$ )
\begin{equation} y = mx+b \\ y =\frac{1-0}{e-1} x +1 \rightarrow y =\frac{x}{e-1} +1\\ y(e-1) = x + 1 \\ x = y(e-1) -1 \\ x = ey -y -1 \end{equation}
If we take the derivative with respect to $x$ of the equation above, \begin{equation} \frac{dy}{dx} = e\frac{dy}{dx} - \frac{dy}{dx} \\ \frac{dy}{dx} = \frac{dy}{dx}(e - 1) \end{equation} Since we know \begin{equation}\frac{dy}{dx} = m\end{equation}, it's implied that \begin{equation}f'(x) = \frac{dy}{dx}\end{equation}, which satisfies the assumption that our slope
\begin{equation}m = \frac{\delta y}{\delta x}\end{equation}
You can further manipulate the equations above to prove that the slope of the line passing through both points is equal to $e^x$, no matter what two points you choose.
\begin{equation*} f(x) = e^x \\ f(1) = e^1 = e \end{equation*}
\begin{equation*} f'(1) = e^1 \\ f'(1) = e^1 = e \end{equation*}
Of course, you must provide a graph showing both coordinates. It is an intuitive demonstration of \begin{equation} lim _{h\rightarrow 0} \frac{f(x+h)-f(x)}{h)} \\ lim _{h\rightarrow 0} \frac{e^{x+h}-e^{x}}{h} \\ =\frac{e^{x+h}-e^x}{h}=e^x \\ =\frac{e^x e^h-e^x}{h}=e^x \\ =\frac{e^x(1)-e^x}{h}=e^x.\\ \lim_{h\to0}e^x=e^x \end{equation}
or $f'(x) = e^x$ for $f(x) = e^x$.