ARCHIVED PYTHON (2.7) PROGRAMS AND CODES: (Right Click to Save)
Made with the PiText covert to Binary LED: User types in a phrase in lower case, output is converted in Binary and GPIO is used to flash LED for a '1', giving a binary pulse.
Turn LED On / Off with Twitter: Use twitter to turn an LED on / of by tweet 'On' or 'Off'
Tweet to Binary to LED: Takes an incoming tweet, converts it to Binary, then LED flashes on for the string of 1s and 0s (Program in use)
RPSLS: Classic game using Python (Yeah!)
Cuteness App: Ideas for engaging teenage girls with Python. Their simple game and teaching ideas and discussions, (requires easyGUI)
|
Odds and FunChatterBox: Remember the 'pick a colour', ' pick a number', here is a digital version!
Sonar Game: Simple Sonar Game, try and locate the boat using the depth charges, (entering a location)
Xmas Thank You Letters: got some good XMAS presents? Have to write letters, this will do it for you.
Writing to a Text File: This simple code allows you to add data to a text file and save it, (Video)
Reading from a Text File: This code reads a closed text file and returns its contents, (Video)
Read Write Delete: Simple program allows you to read, write and delete the contents of a file without having to open it. (Video)
|
Skills, Drills, MathsTriangular Numbers: Program to calculate how many Triangular numbers for any given number.
Text to Binary: Enter lowercase text and the program converts the Text to Binary
Adding to List: user selects a number of items and enters them. List is printed at the end.
4Bit Binary Convertor:
Enter a number converts to Binary and Binary to Decimal, made with Python 2.7 and easyGUI for a Yr 9 Programming session Download files Morse Code: This simple Python Program that converts a message into Morse Code and return the audio code:
|