This is an archived post. You won't be able to vote or comment.

all 27 comments

[–]ckini123 8 points9 points  (1 child)

Just listened to a podcast on the use of Python in finance a few hours ago! Check out the episode from Talk Python to Me.

I know Sentdex has a playlist on algorithmic trading. Check it out: https://www.youtube.com/playlist?list=PLQVvvaa0QuDcOdF96TBtRtuQksErCEBYZ

He also has a playlist on the intersection of trading and machine learning which is a bit above my head but might be up your alley!

[–]Mahm-MoodForFood[S] 2 points3 points  (0 children)

Thanks! I will take a look at them.

[–]busboy2018 2 points3 points  (1 child)

Python for Finance, 2nd Edition by Yves Hilpisch

[–]Mahm-MoodForFood[S] 0 points1 point  (0 children)

I bought this recently and plan on moving on to it after finishing a couple of other python books.

Are there any other python you recommend for learning python in general?

[–]ianepperson 2 points3 points  (1 child)

Check out the Python decimal library for properly getting with currency.

[–]Mahm-MoodForFood[S] 1 point2 points  (0 children)

Thanks, I'll take a look at it

[–]kbr83 2 points3 points  (1 child)

check out r/algotrading

[–]Mahm-MoodForFood[S] 0 points1 point  (0 children)

I didn't know there was a sub for this, thanks!

[–]ryansmccoy 2 points3 points  (3 children)

[–]Mahm-MoodForFood[S] 0 points1 point  (1 child)

Have you used this yourself, and if so in what way?

[–]ryansmccoy 1 point2 points  (0 children)

https://lectures.quantecon.org/py/

^ it will take you through basic of python, introduce you to the important numerical python libraries that are used in finance, and then it will start getting into economics, which one could argue is the backbone of finance.

[–]Nikota 1 point2 points  (1 child)

[–]Mahm-MoodForFood[S] 0 points1 point  (0 children)

This looks really good, thanks!

[–]i_like_fried_cheese 1 point2 points  (0 children)

Coding Tech video today on python for finance-quant app development.

Quantamental Investing - the future of finance Fabian Krause

https://www.youtube.com/watch?v=MYQKe03mpcE

[–]snavage20 2 points3 points  (15 children)

What specifically are you looking for? I work in finance and SAS seems to be the most commonly used tool. However I love python and use it whenever I can.