Oreilly - Python for Finance: Investment Fundamentals and Data Analytics - 9781789618976
Oreilly - Python for Finance: Investment Fundamentals and Data Analytics
by 365 Careers | Released October 2018 | ISBN: 9781789618976


Learn Python programming and conduct real-world financial analysis in Python: complete Python training About This VideoLearn Python programming.Learn to conduct Real - World Financial Analysis in Python.A practical tutorial designed for programming beginners and aspiring data scientists.In DetailThis course will take you on a journey where you'll learn how to code in Python. You will learn how to use Python in a real working environment and explore how Python can be applied in the world of Finance to solve portfolio optimization problems. 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. The Finance block of this course will teach you in-demand, real-world skills employers are looking for. This explains topics such as how to work with Python's conditional statements, functions, sequences, and loops, build investment portfolios, and more. The code bundle for this video course is available at https://github.com/PacktPublishing/Python-for-Finance-Investment-Fundamentals-and-Data-Analytics Show and hide more
  1. Chapter 1 : Welcome! Course Introduction
    • What does the Course Cover? 00:04:13
  2. Chapter 2 : Introduction to programming with Python
    • Programming Explained in 5 Minutes 00:05:04
    • Why Python? 00:05:11
    • Why Jupyter? 00:03:29
    • Installing Python and Jupyter 00:05:45
    • Jupyter’s Interface – the Dashboard 00:02:53
    • Jupyter’s Interface – Prerequisites for Coding 00:06:15
    • Python 2 vs Python 3: What's the Difference? 00:02:34
  3. Chapter 3 : Python Variables and Data Types
    • Variables 00:04:52
    • Numbers and Boolean Values 00:03:06
    • Strings 00:05:44
  4. Chapter 4 : Basic Python Syntax
    • Arithmetic Operators 00:03:24
    • The Double Equality Sign 00:01:34
    • Reassign Values 00:01:09
    • Add Comments 00:01:25
    • Line Continuation 00:00:50
    • Indexing Elements 00:01:18
    • Structure Your Code with Indentation 00:01:45
  5. Chapter 5 : Python Operators Continued
    • Comparison Operators 00:02:11
    • Logical and Identity Operators 00:05:36
  6. Chapter 6 : Conditional Statements
    • Introduction to the IF statement 00:03:04
    • Add an ELSE statement 00:02:39
    • Else if, for Brief - ELIF 00:05:33
    • A Note on Boolean values 00:02:13
  7. Chapter 7 : Python Functions
    • Defining a Function in Python 00:02:04
    • Creating a Function with a Parameter 00:03:49
    • Another Way to Define a Function 00:02:35
    • Using a Function in another Function 00:01:49
    • Combining Conditional Statements and Functions 00:03:07
    • Creating Functions Containing a Few Arguments 00:01:14
    • Notable Built-in Functions in Python 00:03:56
  8. Chapter 8 : Python Sequences
    • Lists 00:04:02
    • Using Methods 00:03:22
    • List Slicing 00:04:31
    • Tuples 00:03:13
    • Dictionaries 00:04:05
  9. Chapter 9 : Using Iterations in Python
    • For Loops 00:02:27
    • While Loops and Incrementing 00:02:26
    • Create Lists with the range () Function 00:02:23
    • Use Conditional Statements and Loops Together 00:03:06
    • All in – Conditional Statements, Functions, and Loops 00:02:27
    • Iterating over Dictionaries 00:03:08
  10. Chapter 10 : Advanced Python tools
    • Object Oriented Programming 00:05:00
    • Modules and Packages 00:01:06
    • The Standard Library 00:02:47
    • Importing Modules 00:04:10
    • Must-have packages for Finance and Data Science 00:04:54
    • Working with arrays 00:06:02
    • Generating Random Numbers 00:02:52
    • A Note on Using Financial Data in Python 00:02:42
    • Sources of Financial Data 00:06:35
    • Accessing the Notebook Files 00:01:55
    • Importing and Organizing Data in Python – part I 00:03:46
    • Importing and Organizing Data in Python – part II.A 00:06:21
    • Importing and Organizing Data in Python – part II.B 00:03:47
    • Importing and Organizing Data in Python – part III 00:04:19
    • Changing the Index of Your Time-Series Data 00:03:17
    • Restarting the Jupyter Kernel 00:02:17
  11. Chapter 11 : PART II FINANCE: Calculating and Comparing Rates of Return in Python
    • Considering both risk and return 00:02:33
    • What are we going to see next 00:02:35
    • Calculating a security's rate of return 00:05:32
    • Calculating a Security’s Rate of Return in Python – Simple Returns – Part I 00:05:24
    • Calculating a Security’s Rate of Return in Python – Simple Returns – Part II 00:03:29
    • Calculating a Security’s Return in Python – Logarithmic Returns 00:03:40
    • What is a portfolio of securities and how to calculate its rate of return 00:02:39
    • Calculating the Rate of Return of a Portfolio of Securities 00:08:35
    • Popular stock indices that can help us understand financial markets 00:03:31
    • Calculating the Rate of Return of Indices 00:05:03
  12. Chapter 12 : PART II Finance: Measuring Investment Risk
    • How do we measure a security's risk 00:06:06
    • Calculating a Security’s Risk in Python 00:05:56
    • The benefits of portfolio diversification 00:03:28
    • Calculating the covariance between securities 00:03:35
    • Measuring the correlation between stocks 00:03:59
    • Calculating Covariance and Correlation 00:05:00
    • Considering the risk of multiple securities in a portfolio 00:03:20
    • Calculating Portfolio Risk 00:02:39
    • Understanding Systematic vs. Idiosyncratic risk 00:02:59
    • Calculating Diversifiable and Non-Diversifiable Risk of a Portfolio 00:04:28
  13. Chapter 13 : PART II Finance - Using Regressions for Financial Analysis
    • The fundamentals of simple regression analysis 00:03:55
    • Running a Regression in Python 00:06:35
    • Are all regressions created equal? Learning how to distinguish good regressions 00:04:55
    • Computing Alpha, Beta, and R Squared in Python 00:06:14
  14. Chapter 14 : PART II Finance - Markowitz Portfolio Optimization
    • Markowitz Portfolio theory – One of the main pillars of modern Finance 00:06:34
    • Obtaining the Efficient Frontier in Python – Part I 00:05:36
    • Obtaining the Efficient Frontier in Python – Part II 00:05:19
    • Obtaining the Efficient Frontier in Python – Part III 00:02:08
  15. Chapter 15 : Part II Finance - The Capital Asset Pricing Model
    • The intuition behind the Capital Asset Pricing Model (CAPM) 00:04:45
    • Understanding and calculating a security's Beta 00:04:15
    • Calculating the Beta of a Stock 00:03:38
    • The CAPM formula 00:04:20
    • Calculating the Expected Return of a Stock (CAPM) 00:02:16
    • Introducing the Sharpe ratio and the way it can be applied in practice 00:02:21
    • Obtaining the Sharpe ratio in Python 00:01:23
    • Measuring alpha and verifying how good (or bad) a portfolio manager is doing 00:04:13
  16. Chapter 16 : Part II Finance: Multivariate regression analysis
    • Multivariate regression analysis - a valuable tool for finance practitioners 00:05:42
    • Running a multivariate regression in Python 00:06:21
  17. Chapter 17 : PART II Finance - Monte Carlo simulations as a decision-making tool
    • The essence of Monte Carlo simulations 00:02:32
    • Monte Carlo applied in a Corporate Finance context 00:02:31
    • Monte Carlo: Predicting Gross Profit – Part I 00:06:03
    • Monte Carlo: Predicting Gross Profit – Part II 00:02:57
    • Forecasting Stock Prices with a Monte Carlo Simulation 00:04:28
    • Monte Carlo: Forecasting Stock Prices - Part I 00:03:39
    • Monte Carlo: Forecasting Stock Prices - Part II 00:04:39
    • Monte Carlo: Forecasting Stock Prices - Part III 00:04:18
    • An Introduction to Derivative Contracts 00:06:33
    • The Black Scholes Formula for Option Pricing 00:04:52
    • Monte Carlo: Black-Scholes-Merton 00:06:01
    • Monte Carlo: Euler Discretization - Part I 00:06:22
    • Monte Carlo: Euler Discretization - Part II 00:01:58
  18. Show and hide more

    Oreilly - Python for Finance: Investment Fundamentals and Data Analytics


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss