Posts
All the articles I've posted.
Simple Message Encoder and Decoder in Python
A quick note and code snippet demonstrating how to generate keys and encrypt or decrypt messages using Python's cryptography library.
Asteroids Game in Python (CodeSkulptor)
A complete Asteroids clone written in Python using the simplegui library for CodeSkulptor.
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.