/plushcap/analysis/deepgram/how-to-loop-through-a-podcast-episode-list-using-async-io-with-python

How to Loop Through a Podcast Episode List using Async IO with Python

What's this blog post about?

This tutorial provides a step-by-step guide on how to transcribe podcast episode lists using Async IO with Python and speech-to-text providers like Deepgram. It explains the difference between synchronous and asynchronous programming, highlighting that while synchronous code runs tasks sequentially, asynchronous code allows for multiple tasks to be executed simultaneously. The tutorial then demonstrates how to use Deepgram's speech-to-text Python SDK to transcribe podcast audio files by creating a directory called "transcribe-audio-files" and writing the necessary Python code using async/await keywords.

Company
Deepgram

Date published
Nov. 16, 2022

Author(s)
Tonya Sims

Word count
1504

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.