Useful functions, tutorials, and other Python-related things
###Links to view the IPython Notebooks
- Python benchmarks via
timeit - Implementing the least squares fit method for linear regression and speeding it up via Cython
[IPython Notebook] [HTML] - Benchmarks of different palindrome functions
- A collection of not so obvious Python stuff you should know!
- Python's scope resolution for variable names and the LEGB rule