You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,13 @@ A collection of useful scripts, tutorials, and other Python-related things
8
8
<br>
9
9
10
10
11
-
###Links to view the IPython Notebooks and Markdown files
12
-
13
11
<br>
14
12
<br>
15
13
<br>
16
14
17
15
18
16
19
-
**// Python tips and tutorials**
17
+
###// Python tips and tutorials
20
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
20
- 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
26
24
- Sorting CSV files using the Python csv module [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/sorting_csvs.ipynb)]
27
25
28
26
27
+
<br>
28
+
###// benchmarks
29
29
30
-
**// benchmarks**
30
+
*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)*
31
31
32
32
- Python benchmarks via `timeit`[[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/timeit_tests.ipynb?create=1)
33
33
- 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)
34
34
- Benchmarks of different palindrome functions [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/palindrome_timeit.ipynb?create=1)
35
35
36
36
37
+
<br>
37
38
38
39
39
-
**// other**
40
+
###// other
40
41
41
42
- 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)]
42
43
- Happy Mother's Day [[IPython nb]](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/funstuff/happy_mothers_day.ipynb?create=1)
43
44
45
+
<br>
44
46
45
-
**// useful scripts snippets**
47
+
###// useful scripts and snippets
46
48
47
49
-[Shell script](./useful_scripts/prepend_python_shebang.sh) for prepending Python-shebangs to all .py files in a current directory.
0 commit comments