Posts
All the articles I've posted.
Blackjack Game in Python (CodeSkulptor)
A complete Blackjack game written in Python using the simplegui library for CodeSkulptor.
Circle Fractal in Racket
A small Racket/Scheme script using the 2htdp/image library to recursively generate a simple circle fractal.
Simple Command-Line Phonebook in Python
A quick note and code snippet for a simple command-line phonebook application in Python that reads and writes to a CSV file.
'Guess the Number' Game in Python (CodeSkulptor)
A simple 'Guess the Number' game written in Python using the simplegui library for CodeSkulptor.