mirror of
https://github.com/rasbt/python_reference.git
synced 2025-04-24 21:53:36 +00:00
fix links in readme
This commit is contained in:
parent
4797e5d327
commit
6432318c5a
@ -36,7 +36,6 @@
|
|||||||
|
|
||||||
- Installing Scientific Packages for Python3 on MacOS 10.9 Mavericks [[Markdown](./tutorials/installing_scientific_packages.md)]
|
- Installing Scientific Packages for Python3 on MacOS 10.9 Mavericks [[Markdown](./tutorials/installing_scientific_packages.md)]
|
||||||
|
|
||||||
|
|
||||||
- Sorting CSV files using the Python csv module [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/sorting_csvs.ipynb)]
|
- Sorting CSV files using the Python csv module [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/sorting_csvs.ipynb)]
|
||||||
|
|
||||||
- Using Cython with and without IPython magic [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/running_cython.ipynb)]
|
- Using Cython with and without IPython magic [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/running_cython.ipynb)]
|
||||||
@ -162,6 +161,12 @@
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
###// Other
|
||||||
|
|
||||||
|
- [Python book reviews](./other/python_book_reviews.md)
|
||||||
|
- [Happy Mother's Day Plot](./other/happy_mothers_day.ipynb)
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
###// Links
|
###// Links
|
||||||
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
|
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
|
||||||
@ -220,5 +225,3 @@
|
|||||||
- [Numba](http://numba.pydata.org) - A just-in-time specializing compiler which compiles annotated Python and NumPy code to LLVM (through decorators)
|
- [Numba](http://numba.pydata.org) - A just-in-time specializing compiler which compiles annotated Python and NumPy code to LLVM (through decorators)
|
||||||
|
|
||||||
- [scikit-learn](http://scikit-learn.org/stable/) - A powerful machine learning library for Python and tools for efficient data mining and analysis.
|
- [scikit-learn](http://scikit-learn.org/stable/) - A powerful machine learning library for Python and tools for efficient data mining and analysis.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user