Python Media Walkthrough

Instructor demo of JES, the environment used to create Python Media programs

In Linux, choose Applications | Development | JES. In Windows, Choose All Programs | Frog

Demo interactive Interpreter.

>> fileName = pickAFile()                                 

>> pic=makePicture(fileName)

>> show(pic)

>> addText(pic,200,50,"Suzie, will you marry me")

>> repaint(pic)

Demo creating in editor, grab first three lines, save, load program.