[Tutor] Help with elif

Kent Johnson kent37 at tds.net
Sun Jan 18 13:56:57 CET 2009


On Sat, Jan 17, 2009 at 10:21 PM, Ian Egland <echolynx at gmail.com> wrote:

> In regards to learning python, I've found that after I get somewhat-familiar
> with a language, I want a programming problem to solve with what I've
> learned. While learning Java, http://www.javabat.com has been my best
> friend. (That is, as close to a best friend as programming website can be.)
> Is there something like this for Java? Is one in the works?

I don't know of anything quite like JavaBat. I think you will find
that experimenting with Python is much easier than with Java. It is
very simple to try out Python in the interactive interpreter, in IDLE
or in an editor. Many programmers' editors can be configured to run
Python programs directly from the editor.

You might possibly like to try Crunchy, which puts an interactive
session right into a tutorial in your web browser:
http://showmedo.com/videos/video?name=1430020&fromSeriesID=143#TB_inline?&width=776&height=618&inlineId=videoPlayer

Some puzzle and problem sites are listed here:
http://personalpages.tds.net/~kent37/stories/00021.html#e21puzzles-and-problems

Kent


More information about the Tutor mailing list