Ask HN: Sites, guides, videos to learn math by programming?
1–10 of 17 posts
No post body was provided.
Re: Ask HN: Sites, guides, videos to learn math by programming?
#2Learning math for programming or by programming? Not sure about the usefulness of programming to learning Math. For Statistics, I can see the added value (https://speakerdeck.com/jakevdp/statistics-for-hackers).
Do you have any examples?
Re: Ask HN: Sites, guides, videos to learn math by programming?
#3Coding the matrix (book)
Re: Ask HN: Sites, guides, videos to learn math by programming?
#4Learning math for programming or by programming? Not sure about the usefulness of programming to learning Math. For Statistics, I can see the added value ( https://speakerdeck.com/jakevdp/statistics-for-hackers ). Do you have any examples?
there's the smart ppl on hn that had talked about how math was way easier when learned by programming
link is somewhere in my massive notes
Re: Ask HN: Sites, guides, videos to learn math by programming?
#5If you want to learn Math, Kahn Academy is very good.
Re: Ask HN: Sites, guides, videos to learn math by programming?
#6Coding Math (https://www.youtube.com/user/codingmath)
Re: Ask HN: Sites, guides, videos to learn math by programming?
#7Project Euler [0] comes to mind, although it's more of a collection of math problems to be solved by programming. Definitely not a guide or tutorial.
Re: Ask HN: Sites, guides, videos to learn math by programming?
#8This is something I've been interested in as well. I have dyscalculia and struggled in school with math and formal notation but have never really had a problem when it comes to understanding code. I wish someone smarter than me would teach stuff like algebra, calculus and statistics in something like javascript.
Re: Ask HN: Sites, guides, videos to learn math by programming?
#9Check out this book called "Doing Math with Python".
https://nostarch.com/doingmathwithpython
Re: Ask HN: Sites, guides, videos to learn math by programming?
#10https://github.com/Jam3/math-as-code
Take a look at this. It translates a whole load of maths notation into Javascript, which makes it all surprisingly straightforward and non-mysterious, at least as far as the symbols are concerned.