Skip to content

Commit b7e5f73

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

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
- [Al Sweigart PyCon 2017 - Yes, It's Time to Learn Regular Expressions](https://www.youtube.com/watch?v=abrcJ9MpF60)
4242
- [Brandon Rhodes PyCon 2017 - The Dictionary Even Mightier ](https://www.youtube.com/watch?v=66P5FMkWoVU)
4343
- [David Beazley PyData 2016 - Keynote: Built in Super Heroes](https://www.youtube.com/watch?v=lyDLAutA88s)
44+
- [Why is Python slow? - Talk by Anthony Shaw PyCon 2020](https://www.youtube.com/watch?v=ok_QI37ifOM)
4445

4546
## Standard Library
4647

@@ -191,8 +192,9 @@
191192
- [[Video] - Nina Zakharenko - Memory Management in Python - The Basics - PyCon 2016](https://www.youtube.com/watch?v=F6u5rhUQ6dU)
192193
- [[Video] - Stepping Through CPython](https://www.youtube.com/watch?v=XGF3Qu4dUqk)
193194

194-
#### Python Debugger
195+
#### Python Debugging
195196
- [pdb tutorial](https://github.com/spiside/pdb-tutorial)
197+
- [pudb](https://github.com/inducer/pudb)
196198

197199
## Data Science
198200

@@ -205,12 +207,12 @@
205207

206208
#### NumPy
207209
- [[Book] - From Python to Numpy](https://www.labri.fr/perso/nrougier/from-python-to-numpy/)
210+
- [Python NumPy Crash Course – How to Build N-Dimensional Arrays for Machine Learning](https://www.freecodecamp.org/news/numpy-crash-course-build-powerful-n-d-arrays-with-numpy/)
208211
- [NumPy Quickstart Tutorial](https://docs.scipy.org/doc/numpy/user/quickstart.html)
212+
- [NumPy Fundamentals](https://numpy.org/doc/stable/user/basics.html)
209213
- [100 NumPy Exercises](https://github.com/rougier/numpy-100)
210-
- [Python Numpy Tutorial](http://cs231n.github.io/python-numpy-tutorial/)
211214
- [[Video] - Inside NumPy: how it works and how we can make it better](https://www.youtube.com/watch?v=fowHwlpGb34)
212-
- [NumPy Illustrated: The Visual Guide to NumPy](https://medium.com/better-programming/numpy-illustrated-the-visual-guide-to-numpy-3b1d4976de1d)
213-
- [Python NumPy Crash Course – How to Build N-Dimensional Arrays for Machine Learning](https://www.freecodecamp.org/news/numpy-crash-course-build-powerful-n-d-arrays-with-numpy/)
215+
- [[Video] - Introduction to Numerical Computing with NumPy | SciPy 2019 Tutorial | Alex Chabot-Leclerc](https://www.youtube.com/watch?v=ZB7BZMhfPgk)
214216

215217
#### Pandas
216218
- [Pandas GroupBy: Your Guide to Grouping Data in Python](https://realpython.com/pandas-groupby/)
@@ -243,8 +245,14 @@
243245
- [Cheatsheets](https://github.com/matplotlib/cheatsheets)
244246
- [Manim](https://github.com/ManimCommunity/manim)
245247
- [Matplotlib](https://matplotlib.org/)
248+
- [Bokeh]([https://bokeh.org/)
249+
250+
#### Seaborn
246251
- [Seaborn](http://seaborn.pydata.org/)
247-
- [https://bokeh.org/](Bokeh)
252+
- [Seaborn Line Plot](https://stackabuse.com/seaborn-line-plot-tutorial-and-examples/)
253+
- [Seaborn lineplot | How to make a Seaborn lineplot and what is bootstrapping in Seaborn?](https://www.youtube.com/watch?v=CMRVEKf9jWA)
254+
- [Add text annotation on scatterplot](https://www.python-graph-gallery.com/46-add-text-annotation-on-scatterplot)
255+
- [The Ultimate Python Seaborn Tutorial: Gotta Catch ‘Em All](https://elitedatascience.com/python-seaborn-tutorial)
248256

249257
#### IPython and Jupyter Notebooks
250258
- [Data Science IPython Notebooks](https://github.com/donnemartin/data-science-ipython-notebooks)
@@ -321,6 +329,7 @@
321329
- [Python for Finance](https://www.packtpub.com/application-development/python-finance)
322330

323331
#### Libraries
332+
- [Library - Empyrial](https://github.com/ssantoshp/Empyrial)
324333
- [Library - vectorbt](https://github.com/polakowo/vectorbt)
325334
- [Library - QuantEcon](https://github.com/QuantEcon/QuantEcon.py)
326335
- [Library - iexfinance](https://github.com/addisonlynch/iexfinance)
@@ -355,7 +364,7 @@
355364

356365
##### Audio Processing
357366
- [PYO: Python module for digital signal processing](http://ajaxsoundstudio.com/software/pyo/)
358-
- [Python Audio Tools](https://github.com/phycause/python-audio-tools}
367+
- [Python Audio Tools](https://github.com/phycause/python-audio-tools)
359368

360369
## Libraries
361370
- [Sikuli](http://www.sikuli.org/)

0 commit comments

Comments
 (0)