Skip to content

Commit 0d8139d

Browse files
committed
adding podcasts
1 parent 0fa5b8d commit 0d8139d

File tree

4 files changed

+34
-1
lines changed

4 files changed

+34
-1
lines changed

all.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,18 @@ <h2>Curated Python packages lists</h2>
369369
in the Read the Docs format.</p>
370370
</li>
371371
</ul>
372+
<h2>Podcasts</h2>
373+
<ul>
374+
<li>
375+
<p><a href="http://www.talkpythontome.com/">Talk Python to Me</a> focuses on the
376+
people and organizations coding on Python. Each episode features a
377+
different guest interviewee to talk about his or her work.</p>
378+
</li>
379+
<li>
380+
<p><a href="http://podcastinit.com/">Podcast.__init__</a> is another podcast on
381+
"about Python and the people who make it great".</p>
382+
</li>
383+
</ul>
372384
<h2>Newsletters</h2>
373385
<ul>
374386
<li>

best-python-resources.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,18 @@ <h2>Curated Python packages lists</h2>
205205
in the Read the Docs format.</p>
206206
</li>
207207
</ul>
208+
<h2>Podcasts</h2>
209+
<ul>
210+
<li>
211+
<p><a href="http://www.talkpythontome.com/">Talk Python to Me</a> focuses on the
212+
people and organizations coding on Python. Each episode features a
213+
different guest interviewee to talk about his or her work.</p>
214+
</li>
215+
<li>
216+
<p><a href="http://podcastinit.com/">Podcast.__init__</a> is another podcast on
217+
"about Python and the people who make it great".</p>
218+
</li>
219+
</ul>
208220
<h2>Newsletters</h2>
209221
<ul>
210222
<li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-08-05T15:15:46Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-08-06T09:09:41Z</updated></feed>

source/content/pages/02-learning-programming/04-best-python-resources.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,15 @@ the [best Python videos](/best-python-videos.html) page.
151151
in the Read the Docs format.
152152

153153

154+
## Podcasts
155+
* [Talk Python to Me](http://www.talkpythontome.com/) focuses on the
156+
people and organizations coding on Python. Each episode features a
157+
different guest interviewee to talk about his or her work.
158+
159+
* [Podcast.\_\_init\_\_](http://podcastinit.com/) is another podcast on
160+
"about Python and the people who make it great".
161+
162+
154163
## Newsletters
155164
* [Python Weekly](http://www.pythonweekly.com/) is a free weekly roundup
156165
of the latest Python articles, videos, projects and upcoming events.

0 commit comments

Comments
 (0)