FinancePython's profile picture. Finance and Python is a website that teaches both python and finance through a "learning by doing" model. All courses are free!

Finance and Python

@FinancePython

Finance and Python is a website that teaches both python and finance through a "learning by doing" model. All courses are free!

Finance and Python 님이 재게시함

Wow, this is amazing!

Python in Excel now has Copilot integration - just announced today at Ignite. Excel is a great canvas to collaborate with an AI. It gives you a place to express your intent, and you can clearly see both the generated code, its output and an explanation as well.

john_lam's tweet image. Python in Excel now has Copilot integration - just announced today at Ignite.

Excel is a great canvas to collaborate with an AI. It gives you a place to express your intent, and you can clearly see both the generated code, its output and an explanation as well.
john_lam's tweet image. Python in Excel now has Copilot integration - just announced today at Ignite.

Excel is a great canvas to collaborate with an AI. It gives you a place to express your intent, and you can clearly see both the generated code, its output and an explanation as well.


Finance and Python 님이 재게시함

Read more about how Python in Excel works!

If you want to learn more about the programming model of Python in Excel that makes all this possible, I wrote a pretty detailed description of how the programming model works. notes.iunknown.com/python-in-exce…



What data sources are you all excited about lately? Right now I’m enjoying the mortgage dataset that Fannie Mae and Freddie Mac have put out. #Data #Python #MachineLearning


Finance and Python 님이 재게시함

If you're unsure of which method to use for creating subplots, subplot_mosaic is always a good starting point: fig, axd = plt.subplot_mosaic([['point', 'area'], ['line', 'line']])

matplotlib's tweet image. If you're unsure of which method to use for creating subplots, subplot_mosaic is always a good starting point:
fig, axd = plt.subplot_mosaic([['point', 'area'], ['line', 'line']])

the first time you use `subplot_mosaic` in @matplotlib matplotlib.org/stable/gallery…



By plotting the values for present values of cashflows, you can really get an idea of how the interest rate changes valuation. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding

FinancePython's tweet image. By plotting the values for present values of cashflows, you can really get an idea of how the interest rate changes valuation. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding

Lesson 6 of Basic Finance introduces the concept of bonds. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

FinancePython's tweet image. Lesson 6 of Basic Finance introduces the concept of bonds. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

Holding period return is what return one achieves over the period of holding a certain asset. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

FinancePython's tweet image. Holding period return is what return one achieves over the period of holding a certain asset. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

Understanding how to discount a cashflow is essential to finding present value. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

FinancePython's tweet image. Understanding how to discount a cashflow is essential to finding present value. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

How does the value of a dividend change with rates and growth rates? Below is just one image showing the process. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming

FinancePython's tweet image. How does the value of a dividend change with rates and growth rates? Below is just one image showing the process. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming

Covariance is a statistical measure that often is used for judging investment opportunities. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

FinancePython's tweet image. Covariance is a statistical measure that often is used for judging investment opportunities. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

How does the value of rate of return change compound interest? Find out this and more in the Basic Finance course! Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming

FinancePython's tweet image. How does the value of rate of return change compound interest? Find out this and more in the Basic Finance course! Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming

Did you know there is more than one way to think about daily returns? Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

FinancePython's tweet image. Did you know there is more than one way to think about daily returns? Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

The annuity equation makes it quite easy to solve for what the value should be. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

FinancePython's tweet image. The annuity equation makes it quite easy to solve for what the value should be. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

The product function automates multiplication across an iterable. Learn more on FinanceAndPython.com! #DataScience #Finance #Python #Coding #Programming #MachineLearning #PythonTricks

FinancePython's tweet image. The product function automates multiplication across an iterable. Learn more on FinanceAndPython.com! #DataScience #Finance #Python #Coding #Programming #MachineLearning #PythonTricks

Start learning the basics of how compound interest works in the Basic Finance course! Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

FinancePython's tweet image. Start learning the basics of how compound interest works in the Basic Finance course! Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

Default dictionaries are a nice way to ensure even if a dictionary element is not yet in the dictionary, we can assume a default value for it. This gets rid of the need to check keys for existence before doing operations. Learn more on FinanceAndPython.com! #DataScience

FinancePython's tweet image. Default dictionaries are a nice way to ensure even if a dictionary element is not yet in the dictionary, we can assume a default value for it. This gets rid of the need to check keys for existence before doing operations. Learn more on FinanceAndPython.com! #DataScience

Quite like returns, variance is something that is meant to be presented on an annual basis. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

FinancePython's tweet image. Quite like returns, variance is something that is meant to be presented on an annual basis. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

The dividend discount model is one of the oldest valuation models used for stocks. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

FinancePython's tweet image. The dividend discount model is one of the oldest valuation models used for stocks. Access the free text based course at financeandpython.com/courses/basic-… or the video series at udemy.com/course/basic-f…. #DataScience #Finance #Python #Coding #Programming #MachineLearning

The floor function will take your floating point numbers and return just the integer component. Learn more on FinanceAndPython.com! #DataScience #Finance #Python #Coding #Programming #MachineLearning #PythonTricks

FinancePython's tweet image. The floor function will take your floating point numbers and return just the integer component. Learn more on FinanceAndPython.com! #DataScience #Finance #Python #Coding #Programming #MachineLearning #PythonTricks

Loading...

Something went wrong.


Something went wrong.