CITS1401 Computational Thinking with Python Project 1: Rainfall Statistics
The Government of Australia established the Bureau of Meteorology (“BOM”) in 1906 under the Meteorology Act which, at the time, brought together the state meteorological services. The main objective of the BOM is to provide weather services to Australia and its surrounding areas. A research group in UWA requires a computer program which can read […]
Python program Twitter Happiness Score with Histogram
Python code to determine happiness score of different geographical regions of Unites States based on the tweets made by people from the regions and respective histogram.
Source code for class Rational representing rational numbers, method to compare two objects of the class and a UML class diagram with screenshot of run of the program.
This python takes the number of adults, teens and children as input and calculates the number of pizzas needed for their meal. The results are dumped into a disk file.