Skip to content

Commit dc5210a

Browse files
committed
reorganization
1 parent 0ce1669 commit dc5210a

16 files changed

+1456
-32
lines changed

README.md

+19-11
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11

2+
<div align="center">
23

3-
![logo](./Images/logo.png)
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>
48

59

6-
A collection of useful scripts, tutorials, and other Python-related things
710

811
<br>
912

@@ -16,7 +19,7 @@ A collection of useful scripts, tutorials, and other Python-related things
1619

1720
###// Python tips and tutorials
1821

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)]
2023

2124

2225
- 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
4043

4144
###// Python and the web
4245

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)]
4449

45-
- 5 simple steps for converting Markdown documents into HTML and adding Python syntax highlighting [[Markdown](./tutorials/markdown_syntax_highlighting/README.md)]
4650

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)]
4755

4856

4957

5058
<br>
51-
###// benchmarks
59+
###// Benchmarks
5260

5361
*For more recent benchmarks, please also see my separate
5462
GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Python-benchmark-per-day)*
5563

5664
- Python benchmarks via `timeit` [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/timeit_tests.ipynb?create=1)]
5765

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)]
5967

6068
- Benchmarks of different palindrome functions [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/palindrome_timeit.ipynb?create=1)]
6169

@@ -65,14 +73,14 @@ GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Py
6573

6674

6775

68-
###// other
76+
###// Other
6977

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)]
7179

7280
<br>
7381

74-
###// useful scripts and snippets
82+
###// Useful scripts and snippets
7583

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.
7785

7886
- 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)]

0 commit comments

Comments
 (0)