Hints for Python
Python is Noel's favorite programming language. He uses it for everything that he used to do in MATLAB.
Where to start
- A good way to start is the official tutorial.
- The best resource is the documentation.
- Ars Technica has good list of tutorials
- When first starting A Byte of Python and Dive Into Python are good resources. They are a bit dated now.
- SciPy is a great math tool.