Best Resources for Learning Math and Programming Over 40?

0
1
Asked By CuriousCat73 On

I'm over 40 and pretty rusty with math since I only completed high school ages ago. I've heard that brilliant.org isn't the best option for learning. Can anyone recommend some good online resources or platforms where I can learn both math and programming?

5 Answers

Answered By CodeNinja99 On

It really depends on what you want to focus on! For most basic programming tasks, you won't need advanced math—just the fundamentals. If you're okay with starting in Python, I've heard great things about the MOOC from Helsinki University. But if you prefer a strongly typed language, maybe start with Java. Either way, there are tons of free resources, including YouTube. Just pick a language and go from there!

Answered By MathGeek_42 On

If you're looking to brush up on your math skills for programming, I recommend checking out "Discrete Mathematics and its Applications" by Epp. It covers the fundamentals you'll need. For programming, focus on a language and get comfortable with basics like sequences, loops, and variables. I’m diving into Go myself and using resources like "A Tour of Go" and "Go by Example." You might want to search for similar tutorials for whatever language you choose! Once you’ve got the fundamentals down, consider diving into "Grokking Algorithms" for a better understanding of algorithms.

Answered By LearningLlama_54 On

Khan Academy is a fantastic place to start for math! They have structured courses and tons of practice problems. For programming, I’d suggest just picking a language you’re interested in. YouTube has many free coding tutorials too, which can be very helpful.

Answered By DataDude_89 On

What kind of math are you interested in? There are so many areas to explore. Same goes for programming—it's a broad field! Maybe start with the basics, like algebra and then work on algorithms as you progress. There are some great free resources available, so you don't have to invest money until you're ready!

Answered By CodeExplorer77 On

You don't have to start anywhere specific! YouTube can be like a free university for math and programming. I suggest starting with Python since it’s beginner-friendly. Focus on grasping the fundamentals first, and then you can explore paid courses for more advanced topics once you’re comfortable.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.