Young Programmers Podcast

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.

07-19
--:--

A Simple Python Quiz Program, Part 3

We enhance the quiz program by reading the questions and answers from a file. Source code

06-27
06:11

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.

06-13
06:48

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

06-03
--:--

Kojo Wandering Turtles

Showing how to create multiple turtles in Kojo, and make them wander around. Uses Scala features map and foreach.

02-18
--:--

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.

01-14
--:--

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.

11-12
--:--

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.

07-14
--:--

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.

07-05
--:--

Python Simple Text Adventure 3

We add a feature limiting the number of times an event can occur.

07-05
--:--

Kojo (Scala) Random Polygon Drawing

A demonstration of Kojo's repeat, forward, right, def, setPosition, and setAnimationDelay commands used to draw random polygons.

05-28
--:--

Python Simple Text Adventure 2

Part Two. Using a package and classes, we move most of the game logic into a game "engine." Source code: https://github.com/dcbriccetti/python-lessons.

02-20
--:--

Python Simple Text Adventure

Using tuples and a dictionary, places and transitions, create a simple text adventure game. Source code.

02-19
--:--

A Simple Python Quiz Program

Learn about lists, tuples, and shuffling lists, while writing a simple question and answer program. Source code. Video.

01-09
--:--

Interviews With Professional Programmers, Part Six

Hilary Mason of bit.ly talks about her work and how she got started with computers.

10-22
--:--

Wesley Chun on Python

Googler, Python book author, and former College for Kids teacher Wesley Chun visits Dave Briccetti’s Python class by videoconferencing. He talks about learning Python and how it is used by Google.

10-10
--:--

Randomness in Python Lesson by Carter Sande

Carter Sande, young coauthor of the Python book Hello World! - Computer Programming for Kids and Other Beginners, visits Dave Briccetti’s Python programming class for grades 7–9 at Pleasant Hill, CA’s Diablo Valley College College for Kids program, and delivers a guest lecture on random numbers. In another brief video, Dave Briccetti interviews Carter.

06-24
--:--

JavaFX Ship Landing Game from Peter Pilgrim

While out to lunch one day at the Java Posse Roundup, Peter Pilgrim showed me his ship landing game written in JavaFX.(Sorry about the blurry parts.)

06-06
--:--

Interviews With Game Developers

Interviews about game development with Bay Area Video Game Development Meetup members at the January 19, 2010 meetup.Casey Holtz, group leaderTuri Scandurra, www.salvatorescandurra.comGreg Damiano, PlaydomSimon Amarasingham, dSonicJapheth Dillman, iJanda.net

02-07
--:--

Interviews With Professional Programmers, Part Five

Michael (Van) Van Riper, at a Silicon Valley Web Java User Group (see Joshua Bloch in the background) talks about programming.

02-07
--:--

Recommend Channels