The Financial Analysis in Python Certification Video Training Course
The complete solution to prepare for for your exam with The Financial Analysis in Python certification video training course. The The Financial Analysis in Python certification video training course contains a complete set of videos that will provide you with thorough knowledge to understand the key concepts. Top notch prep including Finance Courses The Financial Analysis in Python exam dumps, study guide & practice test questions and answers.
The Financial Analysis in Python Certification Video Training Course Exam Curriculum
Introduction to programming with Python
-
1. Programming Explained in 5 Minutes05:04
-
2. Why Python?05:11
-
3. Why Jupyter?03:29
-
4. Installing Python and Jupyter04:22
-
5. Jupyter's Interface - the Dashboard03:15
-
6. Jupyter's Interface - Prerequisites for Coding06:15
Python Variables and Data Types
-
1. Variables03:41
-
2. Numbers and Boolean Values03:05
-
3. Strings05:43
Basic Python Syntax
-
1. Arithmetic Operators03:23
-
2. The Double Equality Sign01:33
-
3. Reassign Values01:08
-
4. Add Comments01:25
-
5. Line Continuation00:50
-
6. Indexing Elements01:18
-
7. Structure Your Code with Indentation01:45
Python Operators Continued
-
1. Comparison Operators02:10
-
2. Logical and Identity Operators05:36
Conditional Statements
-
1. Introduction to the IF statement03:04
-
2. Add an ELSE statement02:39
-
3. Else if, for Brief - ELIF05:33
-
4. A Note on Boolean values02:13
Python Functions
-
1. Defining a Function in Python02:03
-
2. Creating a Function with a Parameter03:49
-
3. Another Way to Define a Function02:35
-
4. Using a Function in another Function01:49
-
5. Creating Functions Containing a Few Arguments01:13
-
6. Notable Built-in Functions in Python03:56
Python Sequences
-
1. Lists04:02
-
2. Using Methods03:22
-
3. List Slicing04:31
-
4. Tuples03:13
-
5. Dictionaries04:04
Using Iterations in Python
-
1. For Loops02:26
-
2. While Loops and Incrementing02:26
-
3. Create Lists with the range() Function02:22
-
4. Use Conditional Statements and Loops Together03:05
-
5. All In - Conditional Statements, Functions, and Loops02:27
-
6. Iterating over Dictionaries03:07
Advanced Python tools
-
1. Object Oriented Programming05:00
-
2. Modules and Packages01:05
-
3. The Standard Library02:47
-
4. Importing Modules04:10
-
5. Must-have packages for Finance and Data Science04:53
-
6. Working with arrays06:02
-
7. Generating Random Numbers02:52
-
8. Importing and Organizing Data in Python - part I03:44
-
9. Importing and Organizing Data in Python - part II07:01
-
10. Importing and Organizing Data in Python - part III04:19
PART II FINANCE: Calculating and Comparing Rates of Return in Python
-
1. Considering both risk and return02:19
-
2. What are we going to see next02:34
-
3. Calculating a security's rate of return05:31
-
4. Calculating a Security's Rate of Return in Python - Simple Returns - Part I05:23
-
5. Calculating a Security's Rate of Return in Python - Simple Returns - Part II03:28
-
6. Calculating a Security's Return in Python - Logarithmic Returns03:39
-
7. What is a portfolio of securities and how to calculate its rate of return02:39
-
8. Calculating the Rate of Return of a Portfolio of Securities08:34
-
9. Popular stock indices that can help us understand financial markets03:31
-
10. Calculating the Rate of Return of Indices05:03
PART II Finance: Measuring Investment Risk
-
1. How do we measure a security's risk06:05
-
2. Calculating a Security's Risk in Python05:56
-
3. The benefits of portfolio diversification03:28
-
4. Calculating the covariance between securities03:35
-
5. Measuring the correlation between stocks03:59
-
6. Calculating Covariance and Correlation05:00
-
7. Considering the risk of multiple securities in a portfolio03:19
-
8. Calculating Portfolio Risk02:39
-
9. Understanding Systematic vs. Idiosyncratic risk02:58
-
10. Calculating Diversifiable and Non-Diversifiable Risk of a Portfolio04:28
PART II Finance - Using Regressions for Financial Analysis
-
1. The fundamentals of simple regression analysis03:55
-
2. Running a Regression in Python06:35
-
3. Are all regressions created equal? Learning how to distinguish good regressions04:55
-
4. Computing Alpha, Beta, and R Squared in Python06:14
PART II Finance - Markowitz Portfolio Optimization
-
1. Markowitz Portfolio Theory - One of the main pillars of modern Finance06:34
-
2. Obtaining the Efficient Frontier in Python - Part I05:35
-
3. Obtaining the Efficient Frontier in Python - Part II05:18
-
4. Obtaining the Efficient Frontier in Python - Part III02:07
Part II Finance - The Capital Asset Pricing Model
-
1. The intuition behind the Capital Asset Pricing Model (CAPM)04:45
-
2. Understanding and calculating a security's Beta04:14
-
3. Calculating the Beta of a Stock03:38
-
4. The CAPM formula04:20
-
5. Calculating the Expected Return of a Stock (CAPM)02:16
-
6. Introducing the Sharpe ratio and the way it can be applied in practice02:21
-
7. Obtaining the Sharpe ratio in Python01:23
-
8. Measuring alpha and verifying how good (or bad) a portfolio manager is doing04:13
Part II Finance: Multivariate regression analysis
-
1. Multivariate regression analysis - a valuable tool for finance practitioners05:42
-
2. Running a multivariate regression in Python06:20
PART II Finance - Monte Carlo simulations as a decision-making tool
-
1. The essence of Monte Carlo simulations02:32
-
2. Monte Carlo applied in a Corporate Finance context02:30
-
3. Monte Carlo: Predicting Gross Profit - Part I06:03
-
4. Monte Carlo: Predicting Gross Profit - Part II02:57
-
5. Forecasting Stock Prices with a Monte Carlo Simulation04:27
-
6. Monte Carlo: Forecasting Stock Prices - Part I03:39
-
7. Monte Carlo: Forecasting Stock Prices - Part II04:38
-
8. Monte Carlo: Forecasting Stock Prices - Part III04:17
-
9. An Introduction to Derivative Contracts06:32
-
10. The Black Scholes Formula for Option Pricing04:51
-
11. Monte Carlo: Black-Scholes-Merton06:00
-
12. Monte Carlo: Euler Discretization - Part I06:21
-
13. Monte Carlo: Euler Discretization - Part II02:09
About The Financial Analysis in Python Certification Video Training Course
The Financial Analysis in Python certification video training course by prepaway along with practice test questions and answers, study guide and exam dumps provides the ultimate training package to help you pass.
Do you want to apply Python in the world of finance? Then you have found the right place. The course combines two spheres: financial and computer. It is reflected in the structure and content of the tutorial. It is focused on syntax in Python and basic coding, as well as on investment analysis. You will develop the skills that are highly in demand nowadays. Most of the techniques described are used by professionals in their everyday activities. You will need just a little time to grasp these tools and techniques.
The first half of the course involves:
- Python variables and data types
- Conditional statements
- Python syntax
- Python functions
- Using iterations
- Advanced Python tools
The second half includes:
- Comparing and calculating rates of return in Python
- Investment risk
- How to use regressions for financial analysis
- Markowitz Portfolio Optimization
- CAPM (Capital Asset Pricing Model)
- Multivariate regression analysis
- Monte Carlo simulations
The training is mainly practical. One of the advantages of the video course is that it contains only important information, which you can use in your real experience. The material is explained in a comprehensible way. So, you won’t have any difficulties to understand the information or English language itself.
As financial analysis in Python is perspective, this knowledge will stand you from the crowd. More employers will be interested in hiring the competent person. Thus, with the advanced skills, you obtain the opportunity to be promoted or employed for a new job of your dream.
Don’t doubt! Just take the course and begin your exciting journey!
Prepaway's The Financial Analysis in Python video training course for passing certification exams is the only solution which you need.
Pass Finance Courses The Financial Analysis in Python Exam in First Attempt Guaranteed!
Get 100% Latest Exam Questions, Accurate & Verified Answers As Seen in the Actual Exam!
30 Days Free Updates, Instant Download!
Student Feedback
Can View Online Video Courses
Please fill out your email address below in order to view Online Courses.
Registration is Free and Easy, You Simply need to provide an email address.
- Trusted By 1.2M IT Certification Candidates Every Month
- Hundreds Hours of Videos
- Instant download After Registration
A confirmation link will be sent to this email address to verify your login.
Please Log In to view Online Course
Registration is free and easy - just provide your E-mail address.
Click Here to Register