Python for Finance: Investment Fundamentals & Data Analytics
- Offered byUDEMY
Python for Finance: Investment Fundamentals & Data Analytics at UDEMY Overview
Duration | 9 hours |
Total fee | ₹4,499 |
Mode of learning | Online |
Official Website | Go to Website |
Credential | Certificate |
Python for Finance: Investment Fundamentals & Data Analytics at UDEMY Highlights
- Earn a certificate from Udemy
- Compatible on Mobile and TV
- Get Full Lifetime Access
- 30-Day Money-Back Guarantee
Python for Finance: Investment Fundamentals & Data Analytics at UDEMY Course details
- Aspiring data scientists
- Programming beginners
- People interested in finance and investments
- Programmers who want to specialize in finance
- Everyone who wants to learn how to code and apply their skills in practice
- Finance graduates and professionals who need to better apply their knowledge in Python
- Learn how to code in Python
- Take your career to the next level
- Work with Python?s conditional statements, functions, sequences, and loops
- Work with scientific packages, like NumPy
- Understand how to use the data analysis toolkit, Pandas
- Plot graphs with Matplotlib
- Use Python to solve real-world tasks
- Get a job as a data scientist with Python
- Acquire solid financial acumen
- Carry out in-depth investment analysis
- Build investment portfolios
- Calculate risk and return of individual securities
- Calculate risk and return of investment portfolios
- Apply best practices when working with financial data
- Use univariate and multivariate regression analysis
- Understand the Capital Asset Pricing Model
- Compare securities in terms of their Sharpe ratio
- Perform Monte Carlo simulations
- Learn how to price options by applying the Black Scholes formula
- Be comfortable applying for a developer job in a financial institution
- We are proud to present Python for Finance: Investment Fundamentals and Data Analytics – one of the most interesting and complete courses we have created so far
- If you are a complete beginner and you know nothing about coding, don’t worry! We start from the very basics
- The first part of the course is ideal for beginners and people who want to brush up on their Python skills
- And then, once we have covered the basics, we will be ready to tackle financial calculations and portfolio optimization tasks
Python for Finance: Investment Fundamentals & Data Analytics at UDEMY Curriculum
Welcome! Course Introduction
What Does the Course Cover?
Download useful Resources-Exercises and Solutions
Introduction to programming with python
Programming Explained in 5 Minutes
Installing Python and Jupyter
Python Variables and Data Types
Variables - Exercise #1
Numbers and Boolean Values
Basic Python Syntax
Arithmetic Operators
The Double Equality Sign
Python Operators Continued
Comparison Operators
Logical and Identity Operators
Conditional Statements
Introduction to the IF statement
A Note on Boolean Values
Python Functions
Defining a Function in Python
Creating a Function with a Parameter
Python Sequences
Lists
Using Methods
using Iterations in Python
For Loops
While Loops and Incrementing