Python Tips and Tricks - ntpl/ntpl GitHub Wiki

Here is a list of python resources:

Plotting with matplotlib (PyCon '12)
High Performance Python 1 (PyCon '12)

starting around 50:00

http://www.youtube.com/watch?v=AJU3EYvTNXc


Read in complex numbers requires:

numpy.loadtxt(file_name,dtype=complex)

where file_name is set up (note j, not i):

-0.003449-0.015823j -0.00743-0.036834j ...