Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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…
Expand Down Expand Up @@ -98,6 +100,9 @@ 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.
* [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

Expand Down