Sound (your voice, perhaps) controls the altitude of a helicopter which you try to keep from hitting the mountains.
Actors, Exceptions and Either[failure, success]
3 months ago
A video podcast for computer programmers in grades 3 and up. We learn about Scratch, Alice, Python, Pygame, and Scala, and interview interesting programmers. From professional software developer and teacher Dave Briccetti, and a few special guests.
Sound (your voice, perhaps) controls the altitude of a helicopter which you try to keep from hitting the mountains.

Dave Briccetti shows a very simple Web application he is working on for his mom's nature photography Web site, briccettiphoto.com. Written in Scala, it uses the lift Web application framework, and Flickr Web Services to find her pictures. The source code is on GitHub.
Using examples of an animal and a simple grid, we look at creating classes in Python, in preparation for better understanding our Game of Life program.
A brief overview of a Jython (Python) implementation of Conway’s Game of Life using Java's Swing for the GUI. Source code: http://davebsoft.com/cfkfiles/python/Life/.
More programmer interviews: Kevin Nilson, E*TRADE (at Google for a Silicon Valley Web JUG meeting), Jorge Ortiz, LinkedIn, Michael Galpin, eBay (at LinkedIn for a Bay Area Scala Enthusiasts meeting).
This video is different from the other instructional videos in the Young Programmers Podcast, in that it doesn’t teach step-by-step how to do something. Rather, it shows a professional programmer making an improvement to a real product. The product here is TalkingPuffin, an open source Twitter client written in Scala. Dave Briccetti adds a new feature that allows filtering out tweets (messages) from people not following the user. Inexperienced programmers are not expected to understand everything shown. The point is just to see a professional programmer at work, using great tools and a great programming language.