| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,12 @@ | |||
| 1 | 1 | ||
| 2 | + <div align="center"> | ||
| 2 | 3 | ||
| 3 | -  | ||
| 4 | + <h3>A collection of useful scripts, tutorials, and other Python-related things</h3> | ||
| 5 | + | ||
| 6 | + <br> | ||
| 7 | + <img src="./Images/logo.png" alt=""> </div> | ||
| 4 | 8 | ||
| 5 | 9 | ||
| 6 | - A collection of useful scripts, tutorials, and other Python-related things | ||
| 7 | 10 | ||
| 8 | 11 | <br> | |
| 9 | 12 | ||
@@ -16,7 +19,7 @@ A collection of useful scripts, tutorials, and other Python-related things | |||
| 16 | 19 | ||
| 17 | 20 | ###// Python tips and tutorials | |
| 18 | 21 | ||
| 19 | - - 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)] | ||
| 22 | + - A collection of not so obvious Python stuff you should know! [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/not_so_obvious_python_stuff.ipynb?create=1)] | ||
| 20 | 23 | ||
| 21 | 24 | ||
| 22 | 25 | - 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)] | |
@@ -40,22 +43,27 @@ A collection of useful scripts, tutorials, and other Python-related things | |||
| 40 | 43 | ||
| 41 | 44 | ###// Python and the web | |
| 42 | 45 | ||
| 43 | - - 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)] | ||
| 46 | + - Creating internal links in IPython Notebooks and Markdown docs [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/table_of_contents_ipython.ipynb)] | ||
| 47 | + | ||
| 48 | + - Converting Markdown to HTML and adding Python syntax highlighting [[Markdown](./tutorials/markdown_syntax_highlighting/README.md)] | ||
| 44 | 49 | ||
| 45 | - - 5 simple steps for converting Markdown documents into HTML and adding Python syntax highlighting [[Markdown](./tutorials/markdown_syntax_highlighting/README.md)] | ||
| 46 | 50 | ||
| 51 | + <br> | ||
| 52 | + ###// Algorithms | ||
| 53 | + | ||
| 54 | + - Sequential Selection Algorithms [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/sorting_csvs.ipynb)] | ||
| 47 | 55 | ||
| 48 | 56 | ||
| 49 | 57 | ||
| 50 | 58 | <br> | |
| 51 | - ###// benchmarks | ||
| 59 | + ###// Benchmarks | ||
| 52 | 60 | ||
| 53 | 61 | *For more recent benchmarks, please also see my separate | |
| 54 | 62 | GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Python-benchmark-per-day)* | |
| 55 | 63 | ||
| 56 | 64 | - Python benchmarks via `timeit` [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/timeit_tests.ipynb?create=1)] | |
| 57 | 65 | ||
| 58 | - - 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)] | ||
| 66 | + - Least squares fit method for linear regression sped up via Cython [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/cython_least_squares.ipynb?create=1)] | ||
| 59 | 67 | ||
| 60 | 68 | - Benchmarks of different palindrome functions [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/palindrome_timeit.ipynb?create=1)] | |
| 61 | 69 | ||
@@ -65,14 +73,14 @@ GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Py | |||
| 65 | 73 | ||
| 66 | 74 | ||
| 67 | 75 | ||
| 68 | - ###// other | ||
| 76 | + ###// Other | ||
| 69 | 77 | ||
| 70 | - - Happy Mother's Day [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/funstuff/happy_mothers_day.ipynb?create=1)] | ||
| 78 | + - Happy Mother's Day [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/other/happy_mothers_day.ipynb?create=1)] | ||
| 71 | 79 | ||
| 72 | 80 | <br> | |
| 73 | 81 | ||
| 74 | - ###// useful scripts and snippets | ||
| 82 | + ###// Useful scripts and snippets | ||
| 75 | 83 | ||
| 76 | - - [Shell script](./useful_scripts/prepend_python_shebang.sh) for prepending Python-shebangs to all .py files in a current directory. | ||
| 84 | + - [Shell script](./useful_scripts/prepend_python_shebang.sh) for prepending Python-shebangs to .py files. | ||
| 77 | 85 | ||
| 78 | 86 | - convert 'tab-delimited' to 'comma-separated' CSV files [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/useful_scripts/fix_tab_csv.ipynb?create=1)] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments