Skip to content

Commit fa3dfdd

Browse files
authored
Update README.md
1 parent b7e5f73 commit fa3dfdd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,6 @@
157157
- [Python Threading Tutorial: Run Code Concurrently Using the Threading Module](https://www.youtube.com/watch?v=IEEhzQoKtQU)
158158
- [Multithreading VS Multiprocessing in Python](https://medium.com/contentsquare-engineering-blog/multithreading-vs-multiprocessing-in-python-ece023ad55a)
159159

160-
#### Py2 to Py3
161-
- [Python 2/3 Compatability](http://python-future.org/compatible_idioms.html)
162-
- [Python 3 with pleasure](https://github.com/arogozhnikov/python3_with_pleasure)
163-
- [The key differences between Python 2.7.x and Python 3.x with examples](http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html)
164-
165160
#### Cheat Sheets
166161
- [Data Camp Cheat Sheets](https://www.datacamp.com/community/data-science-cheatsheets)
167162
- [Python 3 Cheat Sheet](https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf)
@@ -253,6 +248,7 @@
253248
- [Seaborn lineplot | How to make a Seaborn lineplot and what is bootstrapping in Seaborn?](https://www.youtube.com/watch?v=CMRVEKf9jWA)
254249
- [Add text annotation on scatterplot](https://www.python-graph-gallery.com/46-add-text-annotation-on-scatterplot)
255250
- [The Ultimate Python Seaborn Tutorial: Gotta Catch ‘Em All](https://elitedatascience.com/python-seaborn-tutorial)
251+
- [Visualization with Seaborn](https://jakevdp.github.io/PythonDataScienceHandbook/04.14-visualization-with-seaborn.html)
256252

257253
#### IPython and Jupyter Notebooks
258254
- [Data Science IPython Notebooks](https://github.com/donnemartin/data-science-ipython-notebooks)

0 commit comments

Comments
 (0)