Tag: code snippet
All the articles with the tag "code snippet".
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.
A LISP/Scheme Interpreter in Python
A Python implementation of a LISP/Scheme interpreter, modeled after Peter Norvig's lis.py.