Central tendancies
Write Python functions to compute measures of central tendancy.
Here are some assignments that I’ve previously given in this course. You might find them helpful for practice!
Some of these old assignments were from close to the beginning of the course, while others were from close to the end. So, please pay attention to the "Prerequisites" section at the beginning of each assignment description!
Write Python functions to compute measures of central tendancy.
Write a module to manage a game of checkers.
Write Python modules that form the foundation of a chess game.
Write some Python functions to work with crosswords.
Implement an election simulator.
Parse a description of musical notes into frequencies and durations.
Write a function to compare poker hands.
There’s more than one way to run an election!
Write a Python script to print a receipt of purchased items.
Write Python functions to implement a room booking system.
Write functions to compute letter and word scores in the Scrabble board game.
Write a Python function to perform a shift (Caesar) cipher.
Write some code to manage a simple board game.