Finance and Python
@FinancePython
Followers
1K
Following
17
Media
168
Statuses
295
Finance and Python is a website that teaches both python and finance through a "learning by doing" model. All courses are free!
Joined May 2017
The Basic Finance with Python video course is now live! Check it out here: https://t.co/PxgQz3zDwl
#DataScience #Finance #Python #Coding #Programming #MachineLearning #Udemy
udemy.com
Learn the fundamentals of using money to your advantage with finance courses online, led by top rated financial professionals on Udemy.
0
6
11
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. https://t.co/vH5zGpyT7b
0
13
141
Here is a coupon to take the excel report automation course for free: https://t.co/gme0esfltG
#DataScience #Finance #Python #Coding #Programming #MachineLearning #Udemy
udemy.com
Learn to build end to end scripts for turning data into convenient excel reports
0
1
2
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
0
0
3
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']])
2
9
97
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 https://t.co/NICfonermJ or the video series at https://t.co/PxgQz3zDwl.
#DataScience #Finance #Python #Coding
0
0
1
Lesson 6 of Basic Finance introduces the concept of bonds. Access the free text based course at https://t.co/NICfoneZch or the video series at https://t.co/PxgQz3zDwl.
#DataScience #Finance #Python #Coding #Programming #MachineLearning
0
0
1
Holding period return is what return one achieves over the period of holding a certain asset. Access the free text based course at https://t.co/NICfoneZch or the video series at https://t.co/PxgQz3zDwl.
#DataScience #Finance #Python #Coding #Programming #MachineLearning
0
0
1
Understanding how to discount a cashflow is essential to finding present value. Access the free text based course at https://t.co/NICfonermJ or the video series at https://t.co/PxgQz3zDwl.
#DataScience #Finance #Python #Coding #Programming #MachineLearning
0
0
2
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 https://t.co/NICfonermJ or the video series at https://t.co/PxgQz3zDwl.
#DataScience #Finance #Python #Coding #Programming
0
0
1
Covariance is a statistical measure that often is used for judging investment opportunities. Access the free text based course at https://t.co/NICfoneZch or the video series at https://t.co/PxgQz3zDwl.
#DataScience #Finance #Python #Coding #Programming #MachineLearning
0
0
2
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 https://t.co/NICfonermJ or the video series at https://t.co/PxgQz3zDwl.
#DataScience #Finance #Python #Coding #Programming
0
0
2
Did you know there is more than one way to think about daily returns? Access the free text based course at https://t.co/NICfoneZch or the video series at https://t.co/PxgQz3zDwl.
#DataScience #Finance #Python #Coding #Programming #MachineLearning
0
2
1
The annuity equation makes it quite easy to solve for what the value should be. Access the free text based course at https://t.co/NICfoneZch or the video series at https://t.co/PxgQz3zDwl.
#DataScience #Finance #Python #Coding #Programming #MachineLearning
0
0
1
The product function automates multiplication across an iterable. Learn more on https://t.co/YftTVzrEvW!
#DataScience #Finance #Python #Coding #Programming #MachineLearning #PythonTricks
0
0
1
Start learning the basics of how compound interest works in the Basic Finance course! Access the free text based course at https://t.co/NICfoneZch or the video series at https://t.co/PxgQz3zDwl.
#DataScience #Finance #Python #Coding #Programming #MachineLearning
0
0
1
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 https://t.co/YftTVzsclu!
#DataScience
0
0
1
Quite like returns, variance is something that is meant to be presented on an annual basis. Access the free text based course at https://t.co/NICfoneZch or the video series at https://t.co/PxgQz3zDwl.
#DataScience #Finance #Python #Coding #Programming #MachineLearning
0
0
1
The dividend discount model is one of the oldest valuation models used for stocks. Access the free text based course at https://t.co/NICfoneZch or the video series at https://t.co/PxgQz3zDwl.
#DataScience #Finance #Python #Coding #Programming #MachineLearning
0
0
1
The floor function will take your floating point numbers and return just the integer component. Learn more on https://t.co/YftTVzrEvW!
#DataScience #Finance #Python #Coding #Programming #MachineLearning #PythonTricks
0
0
1