python_reference/README.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2014-04-29 23:12:02 -04:00
Python Tutorials and References
2013-10-29 15:04:12 -07:00
================
2014-04-29 23:12:02 -04:00
Useful functions, tutorials, and other Python-related things
2014-04-13 19:22:30 -04:00
###Links to view the IPython Notebooks
2014-04-14 14:31:21 -04:00
- [Python benchmarks via `timeit`](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/timeit_tests.ipynb?create=1)
2014-04-14 00:11:52 -04: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 14:01:41 -04: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-28 21:48:02 -04: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 19:22:30 -04:00
2014-04-29 23:02:49 -04:00
### Links to Markdown files
2014-04-29 23:06:20 -04:00
- [A thorough guide to SQLite database operations in Python](./sqlite3_howto/README.md)
2014-04-29 23:02:49 -04:00
- [Unit testing in Python - Why we want to make it a habit](./tutorials/unit_testing.md)
- [Installing Scientific Packages for Python3 on MacOS 10.9 Mavericks](./tutorials/installing_scientific_packages.md)