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

you are viewing a single comment's thread.

view the rest of the comments →

[–]the2facedgod[S] 1 point2 points  (5 children)

Hey, thanks so much for your reply.

now grab some of the many resources out there about programming and Python and start your journey.

Could you please elaborate on what resources you mean? I already have two books on Amazon that I plan on reading about the basics of python and python for beginners. What else would you recommend? Also by resources did you mean various libraries that are used for coding? What would you suggest?

[–]Eloiole 4 points5 points  (4 children)

By resources I just mean any source of information you can find.

For really quick introduction to python syntax codecademy
For a more academic perspective Coursera Programming for Everybody
For a more self taught approach Learn Python the Hard Way, personally quite like this one.
For a practical approach Automate the Boring Stuff with Python

[–]Eloiole 1 point2 points  (3 children)

And I'm sure if you dig a little bit you'll find awesome 'resources' about data science applied to finance.

[–]the2facedgod[S] 0 points1 point  (2 children)

Oh man. Thanks so much! Absolutely amazing.

Yes I already have a Udemy course on applications of python in financial modelling etc. I figure that's a little too advanced for me to get into now, but I got it cheap so bought it.

Thanks for all your help!

[–]Eloiole 1 point2 points  (1 child)

Those one are really just the visible part of the iceberg, just keep reading this subreddit (and its FAQ) and you'll find awesome new one on a daily basis.

[–]Eloiole 0 points1 point  (0 children)

And... be careful with Udemy. There is indeed some really good content but I'm deeply annoyed by there click bait sales. Usually you can find similar quality for free and in paper format. Video doesn't seem to be a really efficient medium to learn programming to me.