python_reference/README.md

14 lines
822 B
Markdown
Raw Normal View History

2013-10-29 22:04:12 +00:00
python_reference
================
Syntax examples for useful Python functions, methods, and modules
2014-04-13 23:22:30 +00:00
###Links to view the IPython Notebooks
2014-04-14 18:31:21 +00:00
- [Python benchmarks via `timeit`](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/timeit_tests.ipynb?create=1)
2014-04-14 04:11:52 +00:00
- [Benchmarks of different palindrome functions](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/palindrome_timeit.ipynb?create=1)
2014-04-15 18:01:41 +00:00
- [A collection of not so obvious Python stuff you should know!](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/not_so_obvious_python_stuff.ipynb?create=1)
2014-04-29 01:48:02 +00:00
- [Python's scope resolution for variable names and the LEGB rule](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/scope_resolution_legb_rule.ipynb?create=1)
2014-04-13 23:22:30 +00:00