You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/01-introduction/10-best-python-podcasts.markdown
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ meta: Find out the best Python podcasts as well as general software development
8
8
9
9
10
10
# Best Python Podcasts
11
-
The [Python community](/python-community.html)produces an incredible wealth
12
-
of free and low cost resources for both new and experienced software
13
-
developers. These great resources include several Python podcasts that are
14
-
released on a regular schedule.
11
+
The [Python community](/python-community.html)has an embarrassment of riches
12
+
when it comes to free and low cost resources for both new and experienced
13
+
software developers. These great resources include several Python podcasts
14
+
that are released on regular schedules.
15
15
16
-
Note that podcasts that have not been updated in the past twelve months
17
-
are not included on this page.
16
+
This page contains a list of active Python-specific and software engineering
17
+
high-quality podcasts.
18
18
19
19
20
20
## Favorite podcast episodes
@@ -30,11 +30,20 @@ podcast presentation.
30
30
SQLAlchemy's creator. The show host, Michael Kennedy, asks great questions
31
31
based on his in-depth research and prior usage of SQLAlchemy.
32
32
33
+
*[Python past, present, and future with Guido van Rossum](https://talkpython.fm/episodes/show/100/python-past-present-and-future-with-guido-van-rossum)
34
+
covers the history of Python, Guido's motivations in creating the
35
+
language and shepherding it through almost thirty years of releases.
36
+
Fun fact: the question about whether Python being open source contributed
37
+
to its success was my question when the podcast host Michael Kennedy asked
38
+
me what topics they should talk about.
39
+
33
40
*[Deploying Python Web Applications](https://talkpython.fm/episodes/show/26/deploying-python-web-applications-updated).
34
41
*Spoiler alert*: this is the episode I was on Talk Python to Me explaining
35
42
how [Python web application deployments](/deployment.html) work.
36
43
37
44
45
+
46
+
38
47
## Python-specific podcasts
39
48
*[Talk Python to Me](https://talkpython.fm) focuses on the
40
49
people and organizations coding on Python. Each episode features a
0 commit comments