|
41 | 41 | - [Al Sweigart PyCon 2017 - Yes, It's Time to Learn Regular Expressions](https://www.youtube.com/watch?v=abrcJ9MpF60)
|
42 | 42 | - [Brandon Rhodes PyCon 2017 - The Dictionary Even Mightier ](https://www.youtube.com/watch?v=66P5FMkWoVU)
|
43 | 43 | - [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) |
44 | 45 |
|
45 | 46 | ## Standard Library
|
46 | 47 |
|
|
191 | 192 | - [[Video] - Nina Zakharenko - Memory Management in Python - The Basics - PyCon 2016](https://www.youtube.com/watch?v=F6u5rhUQ6dU)
|
192 | 193 | - [[Video] - Stepping Through CPython](https://www.youtube.com/watch?v=XGF3Qu4dUqk)
|
193 | 194 |
|
194 |
| -#### Python Debugger |
| 195 | +#### Python Debugging |
195 | 196 | - [pdb tutorial](https://github.com/spiside/pdb-tutorial)
|
| 197 | +- [pudb](https://github.com/inducer/pudb) |
196 | 198 |
|
197 | 199 | ## Data Science
|
198 | 200 |
|
|
205 | 207 |
|
206 | 208 | #### NumPy
|
207 | 209 | - [[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/) |
208 | 211 | - [NumPy Quickstart Tutorial](https://docs.scipy.org/doc/numpy/user/quickstart.html)
|
| 212 | +- [NumPy Fundamentals](https://numpy.org/doc/stable/user/basics.html) |
209 | 213 | - [100 NumPy Exercises](https://github.com/rougier/numpy-100)
|
210 |
| -- [Python Numpy Tutorial](http://cs231n.github.io/python-numpy-tutorial/) |
211 | 214 | - [[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) |
214 | 216 |
|
215 | 217 | #### Pandas
|
216 | 218 | - [Pandas GroupBy: Your Guide to Grouping Data in Python](https://realpython.com/pandas-groupby/)
|
|
243 | 245 | - [Cheatsheets](https://github.com/matplotlib/cheatsheets)
|
244 | 246 | - [Manim](https://github.com/ManimCommunity/manim)
|
245 | 247 | - [Matplotlib](https://matplotlib.org/)
|
| 248 | +- [Bokeh]([https://bokeh.org/) |
| 249 | + |
| 250 | +#### Seaborn |
246 | 251 | - [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) |
248 | 256 |
|
249 | 257 | #### IPython and Jupyter Notebooks
|
250 | 258 | - [Data Science IPython Notebooks](https://github.com/donnemartin/data-science-ipython-notebooks)
|
|
321 | 329 | - [Python for Finance](https://www.packtpub.com/application-development/python-finance)
|
322 | 330 |
|
323 | 331 | #### Libraries
|
| 332 | +- [Library - Empyrial](https://github.com/ssantoshp/Empyrial) |
324 | 333 | - [Library - vectorbt](https://github.com/polakowo/vectorbt)
|
325 | 334 | - [Library - QuantEcon](https://github.com/QuantEcon/QuantEcon.py)
|
326 | 335 | - [Library - iexfinance](https://github.com/addisonlynch/iexfinance)
|
|
355 | 364 |
|
356 | 365 | ##### Audio Processing
|
357 | 366 | - [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) |
359 | 368 |
|
360 | 369 | ## Libraries
|
361 | 370 | - [Sikuli](http://www.sikuli.org/)
|
|
0 commit comments