Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
News
Sports
TV & Film
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts/v4/1c/35/1e/1c351e04-bead-17d7-5af7-91e6b5626cd8/mza_5059490469242217841.png/600x600bb.jpg
Young Programmers Podcast
Dave Briccetti
24 episodes
6 days ago
Teaches young people from grade 3 on how to program computers using Scratch, Alice, Python, and Pygame
Show more...
Courses
Education,
Technology
RSS
All content for Young Programmers Podcast is the property of Dave Briccetti and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Teaches young people from grade 3 on how to program computers using Scratch, Alice, Python, and Pygame
Show more...
Courses
Education,
Technology
Episodes (20/24)
Young Programmers Podcast
Introduction to Python Functions
A look at how to, and why you should, use functions in your Python programs.
Show more...
12 years ago

Young Programmers Podcast
A Simple Python Quiz Program, Part 3
We enhance the quiz program by reading the questions and answers from a file. Source code
Show more...
12 years ago

Young Programmers Podcast
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.
Show more...
12 years ago

Young Programmers Podcast
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
Show more...
12 years ago

Young Programmers Podcast
Kojo Wandering Turtles
Showing how to create multiple turtles in Kojo, and make them wander around. Uses Scala features map and foreach.
Show more...
13 years ago

Young Programmers Podcast
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.
Show more...
13 years ago

Young Programmers Podcast
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.
Show more...
14 years ago

Young Programmers Podcast
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.
Show more...
14 years ago

Young Programmers Podcast
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.
Show more...
14 years ago

Young Programmers Podcast
Python Simple Text Adventure 3
We add a feature limiting the number of times an event can occur.
Show more...
14 years ago

Young Programmers Podcast
Kojo (Scala) Random Polygon Drawing
A demonstration of Kojo's repeat, forward, right, def, setPosition, and setAnimationDelay commands used to draw random polygons.
Show more...
14 years ago

Young Programmers Podcast
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.
Show more...
14 years ago

Young Programmers Podcast
Python Simple Text Adventure
Using tuples and a dictionary, places and transitions, create a simple text adventure game. Source code.
Show more...
14 years ago

Young Programmers Podcast
A Simple Python Quiz Program
Learn about lists, tuples, and shuffling lists, while writing a simple question and answer program. Source code. Video.
Show more...
14 years ago

Young Programmers Podcast
Interviews With Professional Programmers, Part Six
Hilary Mason of bit.ly talks about her work and how she got started with computers.
Show more...
15 years ago

Young Programmers Podcast
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.
Show more...
15 years ago

Young Programmers Podcast
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.
Show more...
15 years ago

Young Programmers Podcast
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.)
Show more...
15 years ago

Young Programmers Podcast
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
Show more...
15 years ago

Young Programmers Podcast
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.
Show more...
15 years ago

Young Programmers Podcast
Teaches young people from grade 3 on how to program computers using Scratch, Alice, Python, and Pygame