Young Programmers Podcast Podcast

Young Programmers Podcast

Dave Briccetti
A video podcast for computer programmers in grades 3 and up. We learn about Scratch, Tynker, Alice, Python, Pygame, and Scala, and interview interesting programmers. From professional software developer and teacher Dave Briccetti, and many special guests.
Introduction to Python Functions
A look at how to, and why you should, use functions in your Python programs.
Jul 19, 2013
A Simple Python Quiz Program, Part 3
We enhance the quiz program by reading the questions and answers from a file. Source code
Jun 27, 2013
Tynker—Physics and Cloning
Let’s look at two very nice features of Tynker. The physics feature allows you to have falling objects and accurate projectile motion, combined with adjustments for gravity, friction, density, gravity, and much more. Cloning lets you have multiple instances of actors (like Scratch sprites), without having to duplicate code.
Jun 13, 2013
Simple Python Calculator using a Dictionary and Functions for Operators
This lesson creates a simple calculator using a dictionary to look up functions for operators. The point is to practice more with dictionaries, and to learn about higher-order functions. Source code
Jun 3, 2013
Kojo Wandering Turtles
Showing how to create multiple turtles in Kojo, and make them wander around. Uses Scala features map and foreach.
Feb 18, 2012
Using Python's Input Function with Numbers
We show how to use Python's input function to get numbers, without the program breaking if something other than a number is entered.
Jan 14, 2012
A Simple Python Quiz Program, Part 2
We respond to a viewer question and add features to limit the number of questions displayed, and to display the questions that were answered wrong.
Nov 12, 2011
Demonstration of Audacity for Making Sound Effects
How to make special sound effects using the free audio program Audacity. A small correction: I said that a 13-semitone change would move the pitch an octave, but it is actually 12. There are 12 different notes, and to move an octave you move 12 times to get back to the same note of the scale.
Jul 14, 2011
Carter Sande Teaches Python Functions
Carter Sande teaches how to use functions to a class at Diablo Valley College College for Kids. A couple of notes on this excellent presentation: At one point Carter says “brackets” when he means parentheses. And for style, I prefer spaces around operators, and whitespace around functions.
Jul 5, 2011
Python Simple Text Adventure 3
We add a feature limiting the number of times an event can occur.
Jul 5, 2011
Load more