I'm new to Python and my problem is how to construct a matrix from some lists? For example if i have lists:
[388.625, 174.125, 157.25, 166.375]
[432.25, 606.125, 326.25, 202.75]
[383.5, 718.25, 630., 284.]
[487.375, 299.125, 438.125, 432.5]
How can i join them to create a matrix?