Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hands-on Python for Finance
Rating: 4.0 out of 5(67 ratings)
381 students

Hands-on Python for Finance

The practical guide to using data-driven algorithms in Finance
Last updated 3/2019
English

What you'll learn

  • General programing skills in Python and working with common Python interfaces
  • Using Numpy, Pandas and matplotlib to manipulate, analyze and visualize data
  • Understand the Time value of money applications and project selection
  • Getting and with working data, time series forecasting methods and linear models
  • Understand Correlation and portfolio construction
  • Be comfortable with Monte Carlo Simulation, Value at Risk and Options Valuation

Course content

6 sections36 lectures5h 25m total length
  • The Course Overview2:58

    This video will give you an overview about the course.

  • Installing the Anaconda Platform3:34

    In this video, we walk through installation of Anaconda, a popular scientific Python platform. The software is free to install and use.

       •  Download installation package

       •  Install software

       •  Verify installation

  • Launching the Python Environment6:47

    In this video, we will briefly look at several Python interfaces.

       •  Demonstrate running programs and Python shell

       •  Demonstrate ipython, a more advanced interactive shell

       •  Demonstrate Jupyter Notebook the interface frequently use

  • String and Number Objects12:45

    In this video, introduce basic string functionality with an emphasis on formatting output

       •  Learn String definition and structure

       •  Use the format function

       •  Format output for presentation

  • Python Lists5:22

    In this video, we will talk about one of Python’s advanced data structures, the list.

       •  Learn about the list basics

       •  Access elements in a list

       •  Add, modify and delete elements

  • Python Dictionaries (Dicts)4:34

    In this video, we will talk about one of Python’s advanced data structures, the dict.

       •  Learn about the structure of a dict, key/value pairs

       •  Access items in a dict

       •  Add, modify and delete elements

  • Repetition in Python (For Loops)8:37

    In this video, we will introduce the idea of repletion in programs with the for loop; code blocks are also discussed.

       •  Learn about the For loop basics and code blocks

       •  Use the range function

       •  Combine for loop with formatting output

  • Branching Logic in Python (If Blocks)8:04

    In this video, we will talk about making decisions in your program with the if..elif.. else blocks of code.

       •  Basic if statement block

       •  Use If with elif blocks

       •  Use If elif else full example

  • Introduction to Functions in Python8:21

    In this video, we will talk about one creating reusable code with functions in Python.

       •  Encapsulatecomplex code in a function

       •  A simple function example with documentation string

       •  Access help on any function

Requirements

  • We will use step-by-step tutorials that blend financial and programming concepts. Viewers will work along with the tutorial to create working examples.

Description

Did you know Python is the one of the best solution to quantitatively analyse your finances by taking an overview of your timeline? This hands-on course helps both developers and quantitative analysts to get started with Python, and guides you through the most important aspects of using Python for quantitative finance.

You will begin with a primer to Python and its various data structures.Then you will dive into third party libraries. You will work with Python libraries and tools designed specifically for analytical and visualization purposes. Then you will get an overview of cash flow across the timeline. You will also learn concepts like Time Series Evaluation, Forecasting, Linear Regression and also look at crucial aspects like Linear Models, Correlation and portfolio construction. Finally, you will compute Value at Risk (VaR) and simulate portfolio values using Monte Carlo Simulation which is a broader class of computational algorithms.

With numerous practical examples through the course, you will develop a full-fledged framework for Monte Carlo, which is a class of computational algorithms and simulation-based derivatives and risk analytics.

About the Author

Matthew Macarty has taught graduate and undergraduate business school students for over 15 years and currently teaches at Bentley University. He has taught courses in statistics, quantitative methods, information systems and database design.

Who this course is for:

  • This course is for developers and analysts with some background in programming language and are interested in a concrete framework for using Python to augment or replace spreadsheet applications for financial tasks.