Skip to content

Latest commit

 

History

History
executable file
·
12 lines (7 loc) · 679 Bytes

README.md

File metadata and controls

executable file
·
12 lines (7 loc) · 679 Bytes

toy-projects

General repo to store small, one-shot projects made for fun.

secure_comm_demo.py: Educational CLI Demo for Secure Communication. 5 min read time.

conf_int_proportion_sim.py: Simulation testing the validity of the modified Wald's Method for calculating Confidence Interval for a Proportion

game_of_life.py: Conway's Game of Life simulator and video creator.

meandering_snake: Tk app that shows a snake exploring randomly until it gets stuck.

scramble.py: Tiny interactive CLI utility that demonstrates the phenomenon that, if you scramble the letters inside a word, but keep the first and last letters, the same, it will still generally be readable.