Have you ever wondered what the different financial metrics and models mean’this course will give you an introduction to the very exciting world of finance through the lens of programming in python. You can expect to both increase your python skills while also building your financial acumen. Some of the course deals with how cash flows compound and how they are discounted for present value. Other lectures focus on the models that are used for evaluating fixed income investments and equity investments. All lectures are done through jupyter notebooks with python code to replicate different equations, visualize the evolution of financial models and explain with examples how the different pieces of financial theory fit together. The structure of the course is: Compound Interest: Lectures on how compound interest worksPresent Value: Lectures on how to compute the present value of different streams of cash flowsAnnuities: Lectures on how to value annuity type payment streamsPerpetuities: Lectures on what a perpetuity and how one might value infinite streams of cash flowsBonds: Lectures on how to value bond cash flowsDividend Discount Model: Lectures on the dividend discount model which is used in valuing stocksRisk: Lectures on how risk is measured and how diversification can reduce riskCapital Asset Pricing Model: Lectures on the very famous Capital Asset Pricing Model and how it is used for finding the expected returns of stocks.