- PyBank challenge - create a Python script to analyze the financial records of a company & calculate the financial health of company. There was the following output after running the script:
Total Months: 86
Revenue: $38382578
Average Change: $-2315.12
Greatest Increase: Feb-2012, ($1926159)
Greatest Decrease: Sep-2013, ($-2196167)
- PyPoll challenge - create a Python script to analyze the votes to help a small, rural town modernize its vote-counting process. In the end, print the winner too. After running the script, following output was printed:
Total Votes: 3521001
Khan: 63.000% (2218231)
Correy: 20.000% (704200)
Li: 14.000% (492940)
O'Tooley: 3.000% (105630)
Winner: Khan