A collection of vectors $u_1, \cdots, u_n$ in $V$, spans $V$ if every element in $V$ can be written as a linear combination of the $u$’s; that is, $$v = a_1u_1 + \cdots + a_nu_n \quad \quad (2.10)$$
where $a_1, \cdots, a_n$ are complex numbers. The vectors $u_1 \cdots u_n$ are called linearly independent if $v = a_1u_1 + \cdots + a_nu_n = 0$ implies $a_1 = a_2 = \cdots = a_n = 0$. If $u_1, \cdots, u_n$ are linearly independent and span $V$ they are called a basis of $V$. The number $n$ is unique and is called the dimension of $V$. Suppose that $W$ is a collection of vectors from a vector space $V$. $W$ is a subspace of $V$ if: (1) for every $v, w$ in $W$, $v + w$ is also in $W$; (2) for every $w$ in $W$ and every scalar $\alpha$, $\alpha v$ is also in $W$.
So far from what I understand, a vector space is essentially an abstraction of the idea/properties of a vector that can be applied freely to many things.
This paragraph is right after talking about the vector space over $\mathbb{C}$ and I can’t wrap my head around what its trying to get across.

The idea is that you can build a vector space from a fixed number of vectors.
The number plane is a vector space. Define an $(x,y)$ coordinate system on it. You can build the whole number plane from the two vectors $(1,0)$ and $(0,1)$. It is easy to show that any vector $(a,b)$ can be written as $a(1,0) + b(0,1)$. The vectors $(1,0)$ and $(0,1)$ span the number plane. Another way to say it is $(1,0)$ and $(0,1)$ are a basis for the number plane.
It turns out there are many ways to choose a basis for the number plane. You can pick $(1,0)$ and $(1,1)$ as your basis, or perhaps $(2,2)$ and $(3,4)$.
You cannot choose $(1,0)$ and $(2,0)$. One of these is a multiple of the other. They are not linearly independent. These vectors can only build the $x$ axis. Given any vector on the $x$ axis, there are many ways to build it from these to vectors.
So these things are all the same
You can do similar things from the $3$-D vector space $(x,y,z)$. The dimension of this space is $3$ because it takes $3$ vectors to span it.