mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-24 04:21:15 +00:00
1.3 KiB
Executable File
1.3 KiB
Executable File
Python Tutorials and References
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 Cythonook
- 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