Viewing the Videos or Subscribing to the Podcast

Some of the entries have a picture, which you can click to access the video. Otherwise, to see the videos, use this icon to subscribe to or view the feed:


Or, subscribe in iTunes

Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Saturday, September 19, 2009

Jython/Swing Conway’s Game of Life

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/.

Friday, September 18, 2009

A Graphical User Interface with Jython and Swing

Dave Briccetti shows how to create a simple Python program with a graphical user interface using Jython (Python running on Java) and Swing.