<?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>Tue, 14 Apr 2026 23:28:10 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Teaching Python - Episodes Tagged with “Django”</title>
    <link>https://www.teachingpython.fm/tags/django</link>
    <pubDate>Thu, 28 Aug 2025 00: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 150: LLMs with Simon WIllison</title>
  <link>https://www.teachingpython.fm/150</link>
  <guid isPermaLink="false">5f687661-ce06-44b5-935e-fb1a2394c97b</guid>
  <pubDate>Thu, 28 Aug 2025 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/5f687661-ce06-44b5-935e-fb1a2394c97b.mp3" length="116316533" type="audio/mpeg"/>
  <itunes:episode>150</itunes:episode>
  <itunes:title>LLMs with Simon WIllison</itunes:title>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Sean Tibor and Kelly Paredes</itunes:author>
  <itunes:subtitle>Kelly and Sean chat with Simon Willison about the promises and perils of using large language models in Python education. They explore how LLMs can accelerate learning while discussing security concerns like prompt injection, the importance of building foundational skills before introducing AI tools, and strategies for maintaining student engagement in an AI-powered world.</itunes:subtitle>
  <itunes:duration>1:36:27</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/5f687661-ce06-44b5-935e-fb1a2394c97b/cover.jpg?v=1"/>
  <description>In this milestone 150th episode, hosts Kelly Schuster-Paredes and Sean Tibor sit down with Simon Willison, co-creator of Django and creator of Datasette and LLM tools, for an in-depth conversation about artificial intelligence in Python education.
The discussion covers the current landscape of LLMs in coding education, from the benefits of faster iteration cycles to the risks of students losing that crucial "aha moment" when they solve problems independently. Simon shares insights on prompt injection vulnerabilities, the importance of local models for privacy, and why he believes LLMs are much harder to use effectively than most people realize.
Key topics include:
Educational Strategy: When to introduce AI tools vs. building foundational skills first
Security Concerns: Prompt injection attacks and their implications for educational tools
Student Engagement: Maintaining motivation and problem-solving skills in an AI world  
Practical Applications: Using LLMs for code review, debugging, and rapid prototyping
Privacy Issues: Understanding data collection and training practices of major AI companies
Local Models: Running AI tools privately on personal devices
The "Jagged Frontier": Why LLMs excel at some tasks while failing at others
Simon brings 20 years of Django experience and deep expertise in both web development and AI tooling to discuss how educators can thoughtfully integrate these powerful but unpredictable tools into their classrooms. The conversation balances excitement about AI's potential with realistic assessments of its limitations and risks.
Whether you're a coding educator trying to navigate the AI revolution or a developer interested in the intersection of education and technology, this episode provides practical insights for working with LLMs responsibly and effectively.
Resources mentioned:
- Simon's blog: simonwillison.net
- Mission Encodable curriculum
- Datasette and LLM tools
- GitHub Codespaces for safe AI experimentation Special Guest: Simon Willison.
</description>
  <itunes:keywords>artificial intelligence, LLM, large language models, Python education, Django, Simon Willison, prompt injection, coding education, AI in schools, programming curriculum, ChatGPT, Gemini, educational technology, computer science teaching</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In this milestone 150th episode, hosts Kelly Schuster-Paredes and Sean Tibor sit down with Simon Willison, co-creator of Django and creator of Datasette and LLM tools, for an in-depth conversation about artificial intelligence in Python education.</p>

<p>The discussion covers the current landscape of LLMs in coding education, from the benefits of faster iteration cycles to the risks of students losing that crucial &quot;aha moment&quot; when they solve problems independently. Simon shares insights on prompt injection vulnerabilities, the importance of local models for privacy, and why he believes LLMs are much harder to use effectively than most people realize.</p>

<p>Key topics include:</p>

<ul>
<li><strong>Educational Strategy</strong>: When to introduce AI tools vs. building foundational skills first</li>
<li><strong>Security Concerns</strong>: Prompt injection attacks and their implications for educational tools</li>
<li><strong>Student Engagement</strong>: Maintaining motivation and problem-solving skills in an AI world<br></li>
<li><strong>Practical Applications</strong>: Using LLMs for code review, debugging, and rapid prototyping</li>
<li><strong>Privacy Issues</strong>: Understanding data collection and training practices of major AI companies</li>
<li><strong>Local Models</strong>: Running AI tools privately on personal devices</li>
<li><strong>The &quot;Jagged Frontier&quot;</strong>: Why LLMs excel at some tasks while failing at others</li>
</ul>

<p>Simon brings 20 years of Django experience and deep expertise in both web development and AI tooling to discuss how educators can thoughtfully integrate these powerful but unpredictable tools into their classrooms. The conversation balances excitement about AI&#39;s potential with realistic assessments of its limitations and risks.</p>

<p>Whether you&#39;re a coding educator trying to navigate the AI revolution or a developer interested in the intersection of education and technology, this episode provides practical insights for working with LLMs responsibly and effectively.</p>

<p>Resources mentioned:</p>

<ul>
<li>Simon&#39;s blog: simonwillison.net</li>
<li>Mission Encodable curriculum</li>
<li>Datasette and LLM tools</li>
<li>GitHub Codespaces for safe AI experimentation</li>
</ul><p>Special Guest: Simon Willison.</p><p><a rel="payment" href="https://www.patreon.com/teachingpython">Support Teaching Python</a></p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this milestone 150th episode, hosts Kelly Schuster-Paredes and Sean Tibor sit down with Simon Willison, co-creator of Django and creator of Datasette and LLM tools, for an in-depth conversation about artificial intelligence in Python education.</p>

<p>The discussion covers the current landscape of LLMs in coding education, from the benefits of faster iteration cycles to the risks of students losing that crucial &quot;aha moment&quot; when they solve problems independently. Simon shares insights on prompt injection vulnerabilities, the importance of local models for privacy, and why he believes LLMs are much harder to use effectively than most people realize.</p>

<p>Key topics include:</p>

<ul>
<li><strong>Educational Strategy</strong>: When to introduce AI tools vs. building foundational skills first</li>
<li><strong>Security Concerns</strong>: Prompt injection attacks and their implications for educational tools</li>
<li><strong>Student Engagement</strong>: Maintaining motivation and problem-solving skills in an AI world<br></li>
<li><strong>Practical Applications</strong>: Using LLMs for code review, debugging, and rapid prototyping</li>
<li><strong>Privacy Issues</strong>: Understanding data collection and training practices of major AI companies</li>
<li><strong>Local Models</strong>: Running AI tools privately on personal devices</li>
<li><strong>The &quot;Jagged Frontier&quot;</strong>: Why LLMs excel at some tasks while failing at others</li>
</ul>

<p>Simon brings 20 years of Django experience and deep expertise in both web development and AI tooling to discuss how educators can thoughtfully integrate these powerful but unpredictable tools into their classrooms. The conversation balances excitement about AI&#39;s potential with realistic assessments of its limitations and risks.</p>

<p>Whether you&#39;re a coding educator trying to navigate the AI revolution or a developer interested in the intersection of education and technology, this episode provides practical insights for working with LLMs responsibly and effectively.</p>

<p>Resources mentioned:</p>

<ul>
<li>Simon&#39;s blog: simonwillison.net</li>
<li>Mission Encodable curriculum</li>
<li>Datasette and LLM tools</li>
<li>GitHub Codespaces for safe AI experimentation</li>
</ul><p>Special Guest: Simon Willison.</p><p><a rel="payment" href="https://www.patreon.com/teachingpython">Support Teaching Python</a></p>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
