Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add category core python #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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