From 8b64e477d5c3d0ec506db3e97bc8a1f5ad3e2f35 Mon Sep 17 00:00:00 2001 From: Naren Date: Sun, 30 Oct 2016 15:44:34 +0530 Subject: [PATCH 1/2] Add category core python Core python category includes talks on the standard libraries and python internals. This will allow the programmer to know python to very deep extent. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 804826e..9423152 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,12 @@ An opinionated list of awesome videos related to Python, with a focus on trainin * [Releasing & Packaging](#releasing--packaging) * [DevOps with Python](#devops-with-python) * [Scientific Python](#scientific-python) +* [Core Python](#core-python) * [Related Resources](#related-resources) * [Contributing](#contributing) + ## Being Pythonic Writing pythonic code in good style, and for humans… @@ -98,6 +100,8 @@ All about data science with Python… * **TODO** IPython + other basics * **TODO** Pandas, bokeh, Anaconda, … +## Core Python +* [The Mighty Dictionary](https://www.youtube.com/watch?v=C4Kc8xzcA68) [31 min, Pycon Atlanta 2010] - What happens behind a dictionary in python. ## Related Resources From 943fb14cf57b9a46d62d7c020297d66b688b2014 Mon Sep 17 00:00:00 2001 From: Naren Date: Sun, 30 Oct 2016 15:54:36 +0530 Subject: [PATCH 2/2] Add more talks on Core Python --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9423152..3a37b6d 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ All about data science with Python… ## Core Python * [The Mighty Dictionary](https://www.youtube.com/watch?v=C4Kc8xzcA68) [31 min, Pycon Atlanta 2010] - What happens behind a dictionary in python. +* [Building and Breaking a Python Sandbox](https://www.youtube.com/watch?v=sL_syMmRkoU) [24 min, Pycon 2014] - Fascinating walk through the lower layers of python interpreter. ## Related Resources