Skip to content

Financial Calculator is a Python project that performs financial calculations such as annuity with monthly or continuous growth, monthly mortgage payments, retirement investment balance estimation, time to double an amount given a rate, solving logarithmic equations, and converting numbers to and from scientific notation.

Notifications You must be signed in to change notification settings

davidecarluccio/financial-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Build a Financial Calculator

You will be working on this project with Google Colaboratory.

After going to that link, create a copy of the notebook either in your own account or locally. Once you complete the project and it passes the test (included at that link), submit your project link below. If you are submitting a Google Colaboratory link, make sure to turn on link sharing for "anyone with the link."


For this challenge, you need to create a financial calculator using Python that take input and do the following:

  • Calculate annuity with monthly or continuous growth
  • Calculate monthly mortgage payment
  • Estimate retirement investment balance
  • Determine how long until an amount doubles, given the rate
  • Solve logarithmic equations
  • Convert to (and from) scientific notation

If you are struggling, you can follow the video walkthrough for this project.

Once you're done, submit the URL to the public Colab notebook on your Google drive.

About

Financial Calculator is a Python project that performs financial calculations such as annuity with monthly or continuous growth, monthly mortgage payments, retirement investment balance estimation, time to double an amount given a rate, solving logarithmic equations, and converting numbers to and from scientific notation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published