From d1ecb1697b000575f7c73ebe4ecbcaaf77e5fb22 Mon Sep 17 00:00:00 2001 From: William Vincent Date: Thu, 10 Jan 2019 10:03:33 -0500 Subject: [PATCH] add Podcasts section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ce2d4d3..b9b6734 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ * [Community](#community) * [Conferences](#conferences) * [Meetups](#meetups) + * [Podcasts](#podcasts) * [General Tutorials](#general-tutorials) * [Deployment Tutorials](#deployment-tutorials) * [External Resources](#external-resources) @@ -62,6 +63,10 @@ ### Meetups * [Meetups](https://www.meetup.com/topics/django/all/) - 400+ Meetup groups in 65 countries. +### Podcasts +* [TalkPython](https://talkpython.fm/) +* [Podcast Init](https://www.podcastinit.com/) + ### General Tutorials * [Django Girls Tutorial](https://tutorial.djangogirls.org/en/) - Use function-based views to build a blog app.