From 8da9911e53e1f22fde9a79f545a6a9355916eee5 Mon Sep 17 00:00:00 2001 From: tommyod Date: Sun, 31 Dec 2017 09:40:15 +0100 Subject: [PATCH] python cheat sheets --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2163c6..199efde 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,7 @@ quantified roughly as follows: | [Time Series Analysis](https://www.youtube.com/watch?v=zmfe2RaX-14) [[repo](https://github.com/ikding/pycon_time_series)] | Aileen Nielsen | PyCon 2017 | 3:11 | 9000 | 2017 | :sweat_smile: | | [Predicting sports winners with pandas](https://www.youtube.com/watch?v=k7hSD_-gWMw) | Robert Layton | PyCon Australia | 0:38 | 13000 | 2015 | :sweat_smile: | | [Pandas from the Inside](https://www.youtube.com/watch?v=YGk09nK_xnM) [[repo](https://github.com/stevesimmons/pydata-berlin2017-pandas-and-dask-from-the-inside)] [[2016 talk](https://www.youtube.com/watch?v=CowlcrtSyME)] | Stephen Simmons | PyData | 1:17 | 3000 | 2017 | :scream: | -| [Pandas](https://www.youtube.com/watch?v=Cz_u2If7KbI) [[repo](https://github.com/jorisvandenbossche/pandas-tutorial)] | Joris Van den Bossche | EuroSciPy | 1:31 | 0 | 2017 | :smiley: | -| [Advanced Pandas](https://www.youtube.com/watch?v=gS7kVg-4ZaU) [[repo](https://github.com/jorisvandenbossche/pandas-tutorial)] | Joris Van den Bossche | EuroSciPy | 1:32 | 0 | 2017 | :smiley: | +| Pandas [part 1](https://www.youtube.com/watch?v=Cz_u2If7KbI) & [part 2](https://www.youtube.com/watch?v=gS7kVg-4ZaU) [[repo](https://github.com/jorisvandenbossche/pandas-tutorial)] | Joris Van den Bossche | EuroSciPy | 3:03 | 0 | 2017 | :smiley: | *Know of a recent, good video? Send a pull request!* :+1: @@ -176,6 +175,9 @@ quantified roughly as follows: ### (3.2) :exclamation: Cheat-sheets +* [Python 3 Cheat Sheet](https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf) +* [Python Cheat Sheet](http://datasciencefree.com/python.pdf) + ### (3.3) :mortar_board: Tutorials ### (3.4) :blue_book: Books / papers