Tag: python
All the articles with the tag "python".
'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.
Memory Game in Python (CodeSkulptor)
A complete Memory puzzle game written in Python using the simplegui library for CodeSkulptor.