Skip to content

Latest commit

 

History

History
67 lines (57 loc) · 3.14 KB

File metadata and controls

67 lines (57 loc) · 3.14 KB
title DataTalks.Club Podcast
description DataTalks.Club weekly podcast episodes with data science experts, ML engineers, and AI researchers. Listen on Apple Podcasts, Spotify, YouTube.
image images/cover.jpg
layout page

Podcast

Listen to conversations with data science experts, machine learning practitioners, and AI researchers. Subscribe to stay updated with the latest episodes.

Listen to or watch on your favorite platform

{% assign all_seasons = site.podcast | map: 'season' | uniq | sort | reverse %}


Register for upcoming podcast events in events.

All Podcast Episodes

{% for season_num in all_seasons %} {% assign season_episodes = site.podcast | where: 'season', season_num | sort: 'episode' | reverse %}

Season #{{ season_num }}

    {% for episode in season_episodes %}
  • with {% include authors.html authors=episode.guests %}
  • {% endfor %}
{% endfor %}