<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web01.fireside.fm</fireside:hostname>
    <fireside:genDate>Wed, 13 May 2026 21:18:13 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Teaching Python - Episodes Tagged with “Testing”</title>
    <link>https://www.teachingpython.fm/tags/testing</link>
    <pubDate>Sat, 21 Oct 2023 08:00:00 -0400</pubDate>
    <description>Welcome to "Teaching Python Podcast,” the go-to podcast for anyone interested in the intersection of education and coding. Hosted by Kelly Paredes and Sean Tibor, this podcast dives into the thrills and challenges of teaching computer science through the engaging and versatile Python programming language.
About the Hosts:
Kelly Paredes brings a wealth of global experience in curriculum design and currently inspires sixth and eighth graders at Pine Crest School in Fort Lauderdale, Florida. Celebrating her seventh year of integrating Python into her teaching, Kelly has a knack for making complex concepts accessible and exciting.
Sean Tibor, a Cloud, Infrastructure, and Networks leader at Pfizer, draws from a rich background that spans marketing, database design, and digital agency leadership. Having taught Python to seventh and eighth graders at Pine Crest School, Sean now extends his expertise by supporting interns and tutoring students in Python.
Explore with Us:
* Engaging Lessons: Discover how we make Python programming both fun and accessible for young learners, equipping them with the skills to tackle real-world problems.
* Classroom Insights: Experience our journey through both triumphs and trials in the classroom, and learn what it takes to foster a vibrant learning environment.
* Expert Interviews: Gain valuable perspectives from interviews with fellow educators and industry experts, who share their top strategies and success stories in coding education.
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>We're two computer science educators learning and teaching Python</itunes:subtitle>
    <itunes:author>Sean Tibor and Kelly Paredes</itunes:author>
    <itunes:summary>Welcome to "Teaching Python Podcast,” the go-to podcast for anyone interested in the intersection of education and coding. Hosted by Kelly Paredes and Sean Tibor, this podcast dives into the thrills and challenges of teaching computer science through the engaging and versatile Python programming language.
About the Hosts:
Kelly Paredes brings a wealth of global experience in curriculum design and currently inspires sixth and eighth graders at Pine Crest School in Fort Lauderdale, Florida. Celebrating her seventh year of integrating Python into her teaching, Kelly has a knack for making complex concepts accessible and exciting.
Sean Tibor, a Cloud, Infrastructure, and Networks leader at Pfizer, draws from a rich background that spans marketing, database design, and digital agency leadership. Having taught Python to seventh and eighth graders at Pine Crest School, Sean now extends his expertise by supporting interns and tutoring students in Python.
Explore with Us:
* Engaging Lessons: Discover how we make Python programming both fun and accessible for young learners, equipping them with the skills to tackle real-world problems.
* Classroom Insights: Experience our journey through both triumphs and trials in the classroom, and learn what it takes to foster a vibrant learning environment.
* Expert Interviews: Gain valuable perspectives from interviews with fellow educators and industry experts, who share their top strategies and success stories in coding education.
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/c/c8ea6bdf-0c80-46e7-a00a-639d7dc2be91/cover.jpg?v=3"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>Digital Literacy, Coding for Kids ,Tech Integration in Education, 21st Century Skills, Blended Learning, Remote Learning, Adaptive Learning Technologies, Student Engagement Strategies, Flipped Classroom, Inquiry-Based Learning,education, python, computer science, teaching, pedagogy, STEM education, programming languages, educational technology, curriculum development, instructional design, e-learning, teacher training, data science, machine learning, higher education, tech education, innovative teaching, lesson planning, edtech tools, professional development </itunes:keywords>
    <itunes:owner>
      <itunes:name>Sean Tibor and Kelly Paredes</itunes:name>
      <itunes:email>sean.tibor@gmail.com</itunes:email>
    </itunes:owner>
<itunes:category text="Education"/>
<itunes:category text="Technology"/>
<item>
  <title>Episode 118: Quick Bites: Testing Student Code</title>
  <link>https://www.teachingpython.fm/118</link>
  <guid isPermaLink="false">53efcdcb-0c12-4bdd-b5cf-12c6b18edb9e</guid>
  <pubDate>Sat, 21 Oct 2023 08:00:00 -0400</pubDate>
  <author>Sean Tibor and Kelly Paredes</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/c8ea6bdf-0c80-46e7-a00a-639d7dc2be91/53efcdcb-0c12-4bdd-b5cf-12c6b18edb9e.mp3" length="18389405" type="audio/mpeg"/>
  <itunes:episode>118</itunes:episode>
  <itunes:title>Quick Bites: Testing Student Code</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Sean Tibor and Kelly Paredes</itunes:author>
  <itunes:subtitle>Today, we'll talk about how to test students' code using automated tools. For example, the unit testing built into Replit's Teams for Education allows students to see if their code is correct, while teachers can quickly assess dozens of submissions. We'll also talk about potential pitfalls that can disrupt or distract from learning.</itunes:subtitle>
  <itunes:duration>15:19</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/c/c8ea6bdf-0c80-46e7-a00a-639d7dc2be91/episodes/5/53efcdcb-0c12-4bdd-b5cf-12c6b18edb9e/cover.jpg?v=1"/>
  <description>&lt;p&gt;Today, we'll talk about how to test students' code using automated tools. For example, the unit testing built into Replit's &lt;a href="https://replit.com/site/teams-for-education" target="_blank" rel="nofollow noopener"&gt;Teams for Education&lt;/a&gt; allows students to see if their code is correct, while teachers can quickly assess dozens of submissions. We'll also talk about potential pitfalls that can disrupt or distract from learning.&lt;/p&gt;

&lt;p&gt;Note: This is a shorter episode format that focuses on one specific topic, limited to 15-20 minutes. &lt;/p&gt;
</description>
  <itunes:keywords>python,coding,testing,programming,education,computer science</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Today, we&#39;ll talk about how to test students&#39; code using automated tools. For example, the unit testing built into Replit&#39;s <a href="https://replit.com/site/teams-for-education" rel="nofollow">Teams for Education</a> allows students to see if their code is correct, while teachers can quickly assess dozens of submissions. We&#39;ll also talk about potential pitfalls that can disrupt or distract from learning.</p>

<p>Note: This is a shorter episode format that focuses on one specific topic, limited to 15-20 minutes.</p><p><a rel="payment" href="https://www.patreon.com/teachingpython">Support Teaching Python</a></p><p>Links:</p><ul><li><a title="Teams for Education - Replit" rel="nofollow" href="https://replit.com/site/teams-for-education">Teams for Education - Replit</a> &mdash; Tests and autograding

Save time on grading. Free yourself up for more individual attention and increase student persistence by letting them test code before turning it in.</li><li><a title="PyBites Platform | Real World Python Exercises" rel="nofollow" href="https://codechalleng.es/">PyBites Platform | Real World Python Exercises</a> &mdash; Overwhelmed by tutorials? Stop consuming books and courses! The only way to really learn to code is to write a lot of relevant code. Our platform makes you a confident programmer fast.</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Today, we&#39;ll talk about how to test students&#39; code using automated tools. For example, the unit testing built into Replit&#39;s <a href="https://replit.com/site/teams-for-education" rel="nofollow">Teams for Education</a> allows students to see if their code is correct, while teachers can quickly assess dozens of submissions. We&#39;ll also talk about potential pitfalls that can disrupt or distract from learning.</p>

<p>Note: This is a shorter episode format that focuses on one specific topic, limited to 15-20 minutes.</p><p><a rel="payment" href="https://www.patreon.com/teachingpython">Support Teaching Python</a></p><p>Links:</p><ul><li><a title="Teams for Education - Replit" rel="nofollow" href="https://replit.com/site/teams-for-education">Teams for Education - Replit</a> &mdash; Tests and autograding

Save time on grading. Free yourself up for more individual attention and increase student persistence by letting them test code before turning it in.</li><li><a title="PyBites Platform | Real World Python Exercises" rel="nofollow" href="https://codechalleng.es/">PyBites Platform | Real World Python Exercises</a> &mdash; Overwhelmed by tutorials? Stop consuming books and courses! The only way to really learn to code is to write a lot of relevant code. Our platform makes you a confident programmer fast.</li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>Episode 76: Current Teaching Experiments</title>
  <link>https://www.teachingpython.fm/76</link>
  <guid isPermaLink="false">1a7f5427-5777-47c3-9856-1ecf69686fef</guid>
  <pubDate>Tue, 28 Sep 2021 00:00:00 -0400</pubDate>
  <author>Sean Tibor and Kelly Paredes</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/c8ea6bdf-0c80-46e7-a00a-639d7dc2be91/1a7f5427-5777-47c3-9856-1ecf69686fef.mp3" length="45314166" type="audio/mpeg"/>
  <itunes:episode>76</itunes:episode>
  <itunes:title>Current Teaching Experiments</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Sean Tibor and Kelly Paredes</itunes:author>
  <itunes:subtitle>Kelly and Sean discuss their latest experiments in the classroom, including student peer code reviews, testing code for correctness, and creating comfy environments for coding.</itunes:subtitle>
  <itunes:duration>37:45</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/c/c8ea6bdf-0c80-46e7-a00a-639d7dc2be91/episodes/1/1a7f5427-5777-47c3-9856-1ecf69686fef/cover.jpg?v=1"/>
  <description>&lt;p&gt;Kelly and Sean discuss their latest experiments in the classroom, including student peer code reviews, testing code for correctness, and creating comfy environments for coding. &lt;/p&gt;
</description>
  <itunes:keywords>pedagogy, python,coding,teaching,computer science</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Kelly and Sean discuss their latest experiments in the classroom, including student peer code reviews, testing code for correctness, and creating comfy environments for coding.</p><p><a rel="payment" href="https://www.patreon.com/teachingpython">Support Teaching Python</a></p><p>Links:</p><ul><li><a title="EarSketch" rel="nofollow" href="https://earsketch.gatech.edu/landing/#/">EarSketch</a> &mdash; EarSketch helps you
* Learn coding through music
* Use our sounds or your own
* Learn Python or JavaScript code
* Produce studio-quality music</li><li><a title="Take Advantage of the Mac&#39;s built-in wordlist" rel="nofollow" href="http://hints.macworld.com/article.php?story=20021030062823783">Take Advantage of the Mac's built-in wordlist</a> &mdash; OS X comes with a list of all the words in Webster's 2nd International Dictionary (234,936 of them to be precise). These words can be found in the file /usr/share/dict/words. I find it useful to search this list if I'm not sure how spell a given word by using the following command:</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Kelly and Sean discuss their latest experiments in the classroom, including student peer code reviews, testing code for correctness, and creating comfy environments for coding.</p><p><a rel="payment" href="https://www.patreon.com/teachingpython">Support Teaching Python</a></p><p>Links:</p><ul><li><a title="EarSketch" rel="nofollow" href="https://earsketch.gatech.edu/landing/#/">EarSketch</a> &mdash; EarSketch helps you
* Learn coding through music
* Use our sounds or your own
* Learn Python or JavaScript code
* Produce studio-quality music</li><li><a title="Take Advantage of the Mac&#39;s built-in wordlist" rel="nofollow" href="http://hints.macworld.com/article.php?story=20021030062823783">Take Advantage of the Mac's built-in wordlist</a> &mdash; OS X comes with a list of all the words in Webster's 2nd International Dictionary (234,936 of them to be precise). These words can be found in the file /usr/share/dict/words. I find it useful to search this list if I'm not sure how spell a given word by using the following command:</li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
