Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 031c170

Browse files
committed
readme re-categorization
1 parent d3c58e5 commit 031c170

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [// Algorithms](#-algorithms)
1212
- [// Plotting and Visualization](#-plotting-and-visualization)
1313
- [// Benchmarks](#-benchmarks)
14+
- [// Python and "Data Science"](#-python-and-data-science)
1415
- [// Other](#-other)
1516
- [// Useful scripts and snippets](#-useful-scripts-and-snippets)
1617
- [// Links](#-links)
@@ -90,21 +91,7 @@
9091
- Preparing Plots for Publication [[IPython nb](http://nbviewer.ipython.org/github/rasbt/matplotlib-gallery/blob/master/ipynb/publication.ipynb)]
9192

9293

93-
<br>
94-
###// Benchmarks
95-
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
96-
97-
*The benchmark category has been moved to a separate GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Python-benchmark-per-day)*
98-
99-
**Featured articles**:
10094

101-
- (C)Python compilers - Cython vs. Numba vs. Parakeet [[IPython nb](http://nbviewer.ipython.org/github/rasbt/One-Python-benchmark-per-day/blob/master/ipython_nbs/day4_2_cython_numba_parakeet.ipynb)]
102-
- Just-in-time compilers for NumPy array expressions [[IPython nb](http://nbviewer.ipython.org/github/rasbt/One-Python-benchmark-per-day/blob/master/ipython_nbs/day7_2_jit_numpy.ipynb)]
103-
- Cython - Bridging the gap between Python and Fortran [[IPython nb](http://nbviewer.ipython.org/github/rasbt/One-Python-benchmark-per-day/blob/master/ipython_nbs/day10_fortran_lstsqr.ipynb)]
104-
- Parallel processing via the multiprocessing module [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/multiprocessing_intro.ipynb)]
105-
- Vectorizing a classic for-loop in NumPy [[IPython nb](http://nbviewer.ipython.org/github/rasbt/One-Python-benchmark-per-day/blob/master/ipython_nbs/day16_numpy_vectorization.ipynb)]
106-
107-
<br>
10895

10996

11097
<br>

0 commit comments

Comments
 (0)