20  Create your own Scripts

TipLearning Objectives
  • Use everything you have learn so far and apply it to creating your own OOP based Financial Planning helper
ExerciseExercise 1 - OOP Financial Planner Exercise

Level:

Use all you have learn’t so far to create an Object Oriented programming style financial planning helper. This could for example tranck transfers of different catagories into and out of your account(s). It might be able to return different standardised breakdowns of your finances.

What classes will you use? where will you use inheritance/Composition? How will you interact with the planner? Work out a good extensible framework first before starting!

You can help eachother out and ask help from the instructors

20.1 Summary

Now you should already be able to use python to automate simple tasks that you need doing!