I have a function $\dfrac{e^zz}{z^2-1}$. It has isolated singularities $z=\pm 1$. To find the principal part at $z=1$, I am trying to find a Laurent series expansion around $z=1$. I have the following mess: $\dfrac{ze^z}{(z-1)(z+1)}=\sum_{k=0}^\infty \dfrac{z^kz}{k!(z+1)(z-1)}=\sum_{k=0}^\infty \dfrac{((z-1)+1)^k((z-1)+1)}{k!((z-1)+2)(z-1)} \\ =\sum_{k=0}^\infty \dfrac{\lbrack\sum_{n=0}^k\binom{k}{n}(z-1)^n\rbrack((z-1)+1)}{k!((z-1)+2)(z-1)}=\sum_{k=0}^\infty \dfrac{\lbrack\sum_{n=0}^k\binom{k}{n}(z-1)^{n-1}\rbrack((z-1)+1)}{k!((z-1)+2)} \\ =\sum_{k=0}^\infty \dfrac{\lbrack\sum_{n=0}^k\binom{k}{n}(z-1)^{n-1}\rbrack((z-1)+2)-\lbrack\sum_{n=0}^k\binom{k}{n}(z-1)^{n-1}\rbrack}{k!((z-1)+2)}= \\ \sum_{k=0}^\infty\dfrac{\sum_{n=0}^k\binom{k}{n}(z-1)^{n-1}}{k!}- \dfrac{\sum_{n=0}^k\binom{k}{n}(z-1)^{n-1}}{k!((z-1)+2)}$.
How can I get a Laurent series just with powers of $(z-1)$ so that I can find the principal part at $z=1$ (that is, the part of the series with negative powers)?
You are acting as if there should be a simple expression for that series. I doubt it. Consider the function $f\colon\mathbb{C}\setminus\{-1\}\longrightarrow\mathbb C$ defined by $f(z)=\frac{ze^z}{z+1}$. The first terms of its Taylor series are$$\frac e2+\frac{3e}4(z-1)+\frac{3e}8(z-1)^2+\frac{7e}{48}(z-1)^3+\cdots,$$from which you can deduce that the Laurent series that you're after is$$\frac e{2(z-1)}+\frac{3e}4+\frac{3e}8(z-1)+\frac{7e}{48}(z-1)^2+\cdots,$$but that's all.