|
|
|
|
|
by abelardx
4791 days ago
|
|
I would recommend some MOOC's for a good, pressure-free re-introduction. Udacity has an algebra class. I assume it's really good. The Norvig course I took there was excellent. Also check out Coursera. https://www.udacity.com/courses https://www.coursera.org/courses If your interest is math for programming, you want an introductory course or book on 'discrete mathematics', which should be enough math for you to take an algorithms and data structures class. That will position you to do some real programming. Beware of trying to learn everything. For adults that is probably impossible due to time constraints. Standard subjects like trigonometry and calculus will have less utility for programming than discrete math. Focus on algebra and discrete math. Then, if you want more, probability and statistics. That will give you the biggest bang for the buck. |
|
Thanks for confirming it. And, of course, all of us already know about MOOCs, but knowing someone has taken a course there and it was good, is a decent indication for a beginner like myself.
Your advice also seems to get to the nitty-gritty -- to the point! So this is good! Thanks!