Skip to content

This repository is a collection of the exercises and practice connected to developing the ability to solve math based coding challenges.

Notifications You must be signed in to change notification settings

jonesea7/PythonMaths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

PythonMaths

This repository is a collection of the exercises and practice connected to developing the ability to solve math based coding challenges.

I will know I have completed this lesson when I can finish this coding challenge:

Suppose that you invest $15,000 for 10 years at an interest rate of 5% compounded monthly. What will be the value of your investment at the end of the 10 year period?Create a function that accepts the principal (p), the term in years (t), the interest rate (r), and the number of compounding periods per year (n). The function returns the value at the end of term rounded to the nearest cent.

Criteria for resources should teach: * the math methods and syntax for Python * math libraries * calculations * create a small app in the browser * function that is clean

MODULES: * [x]Pseudo-code and Becoming a Better Problem Solver * []Numbers and Maths * []Structuring Data * []for Loops * []Conditions * []Booleans * []Parameters * []Arrays * []Functions * []Exception Handling * []Unit Testing * []Debugging * []Python and the Browser (Django?) * []User Interaction

RESOURCES: * Python The Hardway * dos.math * YouTube * Teach Your Kids to Code * freecodecamp * hacker rank * MDN * W3SCHOOLS * Podcasts

About

This repository is a collection of the exercises and practice connected to developing the ability to solve math based coding challenges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages