Looking at the scipy directory, I see how they've organized their data. What I'm missing is how everything is connected. Any tips on educational material teaching how to connect all the pieces? For example, to use scipy, I know I need to import it. What I don't know is what happens behind the scenes that allows the imported module to connect to everything else.
I just finished working through this book and I really enjoyed it. I went from next to no Python knowledge to writing programs to analyze raw vibration data in a few days. I had previous experience with Matlab and this book was very useful in bridging the gap between the two systems.
This was an introduction to Python. I went through every example while reading this book and rarely found a point where translating to python 3 was any trouble.