mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-23 20:11:13 +00:00
small readme format update
This commit is contained in:
parent
69cb078345
commit
33309eb7c6
14
README.md
14
README.md
|
@ -8,15 +8,13 @@ A collection of useful scripts, tutorials, and other Python-related things
|
|||
<br>
|
||||
|
||||
|
||||
###Links to view the IPython Notebooks and Markdown files
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
**// Python tips and tutorials**
|
||||
###// Python tips and tutorials
|
||||
|
||||
- A collection of not so obvious Python stuff you should know! [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/not_so_obvious_python_stuff.ipynb?create=1)
|
||||
- Python's scope resolution for variable names and the LEGB rule [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/scope_resolution_legb_rule.ipynb?create=1)
|
||||
|
@ -26,23 +24,27 @@ A collection of useful scripts, tutorials, and other Python-related things
|
|||
- Sorting CSV files using the Python csv module [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/sorting_csvs.ipynb)]
|
||||
|
||||
|
||||
<br>
|
||||
###// benchmarks
|
||||
|
||||
**// benchmarks**
|
||||
*For more recent benchmarks, please also see my separate GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Python-benchmark-per-day)*
|
||||
|
||||
- Python benchmarks via `timeit` [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/timeit_tests.ipynb?create=1)
|
||||
- Implementing the least squares fit method for linear regression and speeding it up via Cython [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/cython_least_squares.ipynb?create=1)
|
||||
- Benchmarks of different palindrome functions [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/palindrome_timeit.ipynb?create=1)
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
**// other**
|
||||
###// other
|
||||
|
||||
- Creating a table of contents with internal links in IPython Notebooks and Markdown documents [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/table_of_contents_ipython.ipynb)]
|
||||
- Happy Mother's Day [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/funstuff/happy_mothers_day.ipynb?create=1)
|
||||
|
||||
<br>
|
||||
|
||||
**// useful scripts snippets**
|
||||
###// useful scripts and snippets
|
||||
|
||||
- [Shell script](./useful_scripts/prepend_python_shebang.sh) for prepending Python-shebangs to all .py files in a current directory.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user