I want to know if math is required to learn programming for web dev.
Ask HN: How much math one needs to know to learn programming?
1–10 of 21 posts
Re: Ask HN: How much math one needs to know to learn programming?
#2Re: Ask HN: How much math one needs to know to learn programming?
#3In general, nothing more than grade school math is needed to learn web development. Obviously, if your developing a statistical healthcare application you’ll need more math skills, but for most websites and web applications all you need is basic math skills.
It's just not a big issue in the life of a typical enterprise developer.
Re: Ask HN: How much math one needs to know to learn programming?
#4Re: Ask HN: How much math one needs to know to learn programming?
#5For web dev, statistics will help you spot A/B tests that are broken or meaningless. And set theory and combinatorics will help with database queries.
Re: Ask HN: How much math one needs to know to learn programming?
#6Re: Ask HN: How much math one needs to know to learn programming?
#7Set theory, graph theory, stats, discrete math and linear algebra all rear their heads in various fields, but you could go your entire web dev career without having to understand them.
Re: Ask HN: How much math one needs to know to learn programming?
#8Re: Ask HN: How much math one needs to know to learn programming?
#9Database Applications Also require very low levels of math. And depending on whether you use Artificial, Convolutional Neural Networks for solving PDE's, or Image Classification will depend on the level of mathematical training you will need to verify or analyse your results.
Re: Ask HN: How much math one needs to know to learn programming?
#10Arithmetic
Basic algebra
Basic Boolean logic
That’s it. You’ll mostly be wrangling interfaces and/or api/DB plumbing. Making things testable and repeatable. Reliable. Etc.
In my experience most programmers are useless at maths. Mathematicians and programmers are mostly separate populations and it’s relatively rare to find a solid programmer that’s also a solid mathematician or vice versa: totally different set of aesthetic preferences.
Meanwhile you will find plenty of programmers that skim a book on graph theory and think they know something. Or mathematicians that write crap matlab code and say they can programme.