Tag: python
All the articles with the tag "python".
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.
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.