Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.36 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.36 KB

Unicorn Ranch

Welcome to the Unicorn Ranch series of python labs. I'm putting these together to help you (whomever you are) grow your python skills. The primary audience here are AWS Solutions Architects who may not have much python experience. This is a living/breathing lab, and it may not provide equal value for everyone - especially those who have a python background in production environments.

Labs

Please submit your work as a Pull Request to this repo. Your destination branch should be your first/last initials.

Lab 1 Deliverables:

  • Write a function in the existing class. This function will take no input parameters. The function will return a dictionary that contains the following data: the estimated property tax bill for the year; the estimated property tax bill with 1.2% appreciation/yr over the next 5 years; the tax rate (percentage) based on a value of 1.2 Million

Lab 2 Deliverables:

Using the results from Lab1...

  • determine the dollar impact to the annual tax bill of this property if the tax rate is tripled, minus 10%.
  • calculate the taxable-cost-per-acre based on this ranch (using the effective rate).
  • calculate the additional revenue to the local government. (Hint: calculate the tax revenue for your county using the original effective rate in LAB1 first.) (Pick a local county/parish, just let your instructor know what county you picked)