These are sample projects from my web programming concepts class. Most of them will probably be written in Python. All of them are licensed under the GNU AGPLv3. You may not copy and use these files for any reason without attribution.
FoodCollector.py - Collects input about the user's favorite foods.
TipCalc.py - Collects input about the user's bill and returns the appropriate tip.
CarSales.py - Collects input about the car involved in the sale and returns the total cost.