|
1 | | - |
2 | | -<div align="center"> |
3 | | - |
4 | | -<h3>A collection of useful scripts, tutorials, and other Python-related things</h3> |
| 1 | +### A collection of useful scripts, tutorials, and other Python-related things |
5 | 2 |
|
6 | 3 | <br> |
7 | | -<img src="./Images/python-logo-master-v3-TM-flattened.png" alt=""> </div> |
| 4 | +<img src="./Images/python-logo-master-v3-TM-flattened.png" alt=""> |
8 | 5 |
|
9 | 6 |
|
| 7 | +<div style="height:100px;"></div> |
10 | 8 |
|
11 | | -<br> |
| 9 | +- [// Python tips and tutorials](#-python-tips-and-tutorials) |
| 10 | +- [// Python and the web](#-python-and-the-web) |
| 11 | +- [// Algorithms](#-algorithms) |
| 12 | +- [// Benchmarks](#-benchmarks) |
| 13 | +- [// Other](#-other) |
| 14 | +- [// Useful scripts and snippets](#-useful-scripts-and-snippets) |
| 15 | +- [// Links](#-links) |
12 | 16 |
|
13 | 17 |
|
14 | | -<br> |
15 | | -<br> |
16 | | -<br> |
17 | 18 |
|
| 19 | +<div style="height:100px;"></div> |
18 | 20 |
|
19 | 21 |
|
20 | 22 | ###// Python tips and tutorials |
| 23 | +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] |
21 | 24 |
|
22 | 25 | - 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)] |
23 | 26 |
|
|
48 | 51 |
|
49 | 52 |
|
50 | 53 | ###// Python and the web |
| 54 | +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] |
51 | 55 |
|
52 | 56 | - 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)] |
53 | 57 |
|
|
56 | 60 |
|
57 | 61 | <br> |
58 | 62 | ###// Algorithms |
| 63 | +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] |
59 | 64 |
|
60 | 65 | *The algorithms category was moved to a separate GitHub repository [rasbt/algorithms_in_ipython_notebooks](https://github.com/rasbt/algorithms_in_ipython_notebooks)* |
61 | 66 |
|
|
74 | 79 |
|
75 | 80 | <br> |
76 | 81 | ###// Benchmarks |
| 82 | +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] |
77 | 83 |
|
78 | 84 | *The benchmark category was moved to a separate GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Python-benchmark-per-day)* |
79 | 85 |
|
|
99 | 105 |
|
100 | 106 |
|
101 | 107 | ###// Other |
| 108 | +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] |
102 | 109 |
|
103 | 110 | - Happy Mother's [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/other/happy_mothers_day.ipynb?create=1)] |
104 | 111 |
|
|
109 | 116 | <br> |
110 | 117 |
|
111 | 118 | ###// Useful scripts and snippets |
| 119 | +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] |
112 | 120 |
|
113 | 121 | - [IPython magic function %watermark](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/ipython_magic/watermark.ipynb) - for printing date- and time-stamps and various system info |
114 | 122 |
|
|
122 | 130 |
|
123 | 131 | <br> |
124 | 132 |
|
125 | | -<a id='links'></a> |
126 | 133 |
|
127 | 134 | ###// Links |
| 135 | +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] |
128 | 136 |
|
129 | 137 |
|
130 | 138 |
|
|
164 | 172 |
|
165 | 173 | - [Numba](http://numba.pydata.org) - an just-in-time specializing compiler which compiles annotated Python and NumPy code to LLVM (through decorators) |
166 | 174 |
|
167 | | -- [scikit-learn](http://scikit-learn.org/stable/) - a powerful machine learning library for Python and tools for efficient data mining and analysis |
| 175 | +- [scikit-learn](http://scikit-learn.org/stable/) - a powerful machine learning library for Python and tools for efficient data mining and analysis |
0 commit comments