FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update README.md by Frenchhorn · Pull Request #21 · rasbt/python_reference · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
30 changes: 11 additions & 19 deletions README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### A collection of useful scripts, tutorials, and other Python-related things
<h3 id="top">A collection of useful scripts, tutorials, and other Python-related things</h3>

<br>
<img src="./Images/python-logo-master-v3-TM-flattened.png" alt="">
Expand All @@ -12,17 +12,16 @@
- [// Plotting and Visualization](#-plotting-and-visualization)
- [// Benchmarks](#-benchmarks)
- [// Python and "Data Science"](#-python-and-data-science)
- [// Other](#-other)
- [// Useful scripts and snippets](#-useful-scripts-and-snippets)
- [// Other](#-other)
- [// Links](#-links)



<div style="height:100px;"></div>


###// Python tips and tutorials
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
<b id="-python-tips-and-tutorials">Python tips and tutorials</b> <a href="#top">[back to top]</a>

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

Expand Down Expand Up @@ -59,17 +58,15 @@
<br>


###// Python and the web
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
<b id="-python-and-the-web">Python and the web</b> <a href="#top">[back to top]</a>

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

- Converting Markdown to HTML and adding Python syntax highlighting [[Markdown](./tutorials/markdown_syntax_highlighting/README.md)]


<br>
###// Algorithms and Data Structures
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
<b id="-algorithms">Algorithms and Data Structures</b> <a href="#top">[back to top]</a>

*This category has been moved to a separate GitHub repository [rasbt/algorithms_in_ipython_notebooks](https://github.com/rasbt/algorithms_in_ipython_notebooks)*

Expand All @@ -85,8 +82,7 @@
- Singly Linked List [[ IPython nbviewer ](http://nbviewer.ipython.org/github/rasbt/algorithms_in_ipython_notebooks/blob/master/ipython_nbs/data-structures/singly-linked-list.ipynb)]

<br>
###// Plotting and Visualization
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
<b id="-plotting-and-visualization">Plotting and Visualization</b> <a href="#top">[back to top]</a>

*The matplotlib-gallery in IPython notebooks has been moved to a separate GitHub repository [matplotlib-gallery](https://github.com/rasbt/matplotlib-gallery)*

Expand All @@ -99,8 +95,7 @@


<br>
###// Benchmarks
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
<b id="-benchmarks">Benchmarks</b> <a href="#top">[back to top]</a>


- Simple tricks to speed up the sum calculation in pandas [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/pandas_sum_tricks.ipynb)]
Expand All @@ -125,8 +120,7 @@
<br>


###// Python and "Data Science"
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
<b id="-python-and-data-science">Python and "Data Science"</b> <a href="#top">[back to top]</a>

*The "data science"-related posts have been moved to a separate GitHub repository [pattern_classification](https://github.com/rasbt/pattern_classification)*

Expand All @@ -145,8 +139,7 @@

<br>

###// Useful scripts and snippets
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
<b id="-useful-scripts-and-snippets">Useful scripts and snippets</b> <a href="#top">[back to top]</a>

- [watermark](https://github.com/rasbt/watermark) - An IPython magic extension for printing date and time stamps, version numbers, and hardware information.

Expand All @@ -160,15 +153,14 @@

<br>

###// Other
<b id="-other">Other</b> <a href="#top">[back to top]</a>

- [Python book reviews](./other/python_book_reviews.md)
- [Happy Mother's Day Plot](./other/happy_mothers_day.ipynb)

<br>

###// Links
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
<b id="-links">Links</b> <a href="#top">[back to top]</a>



Expand Down

Back | FazBrowse Home | New Git URL