Is learning programming a good idea?

  • Thread starter Thread starter Tyrion101
  • Start date Start date
  • Tags Tags
    Idea Programming
AI Thread Summary
Learning programming alongside mathematics is highly beneficial for students pursuing physics or engineering. Research and development in these fields often require the use of computers, primarily through established software, but also necessitate custom software solutions for specific problems. A solid foundation in mathematics and quantitative skills is crucial, as they underpin much of the experimentation and theoretical work in natural sciences and engineering. Familiarity with procedural programming enhances the ability to adapt to various programming languages and platforms, making the transition smoother. Understanding programming concepts fosters problem-solving skills, which are essential in computational tasks, even if extensive coding isn't directly involved. Overall, acquiring programming knowledge equips students with valuable skills that are applicable in their future academic and professional endeavors.
Tyrion101
Messages
166
Reaction score
2
I don't intend on taking computer classes, just learning as much programming on the side as I can before going to school as well as learning maths, is this a good idea since I am looking at physics, or engineering?
 
Physics news on Phys.org
Yes it is.

R&D in engineering and also scientific research use a lot of computers. Mostly ready-made software packages, but especially in scientific research, there's the occasional need to write custom software to solve problems and test hypotheses.

Maths knowledge and quantitative skills are essential for all natural sciences and engineering, even though most practice and research relies on experimentation and theory.
 
Last edited:
Since you mention physics and engineering, I'd say it is, at least in some cases, a defacto requirement that you will have to learn in one form or another anyway.

Also even if you don't actually end up writing hundreds of lines of C++ code, doing simulations in something like MATLAB, or trying to take say a custom database format and hook that into something like MATLAB to get results requires a good enough knowledge about basic procedural programming.

The other thing is that if you know how procedural programming works and you move to some other platform that uses procedural constructs in its own language, then the migration will be fairly straightforward in comparison to if you didn't know and understanding these things.
 
Yeah, probably. At my school we did a lot of Mathematica stuff even in the lower-division math classes, and programming knowledge would have been helpful (but not necessary) going into stuff like that.
 
Yes, definitely. The important thing is not that you memorize all the little syntax things, but more that you learn how to solve problems with a programming language. By learning one programming language, you're building skills which will help you quite a bit whenever you have to use a computer to solve a problem, regardless of what language you end up having to use. Even if you're not actually writing code, the so-called 'algorithmic thinking' is hugely useful when you're using a computer for computation. And yes, you'll almost certainly be using a computer as an engineer or physicist.
 
Hey, I am Andreas from Germany. I am currently 35 years old and I want to relearn math and physics. This is not one of these regular questions when it comes to this matter. So... I am very realistic about it. I know that there are severe contraints when it comes to selfstudy compared to a regular school and/or university (structure, peers, teachers, learning groups, tests, access to papers and so on) . I will never get a job in this field and I will never be taken serious by "real"...
TL;DR Summary: I want to do a PhD in applied math but I hate group theory, is this a big problem? Hello, I am a second-year math and physics double major with a minor in data science. I just finished group theory (today actually), and it was my least favorite class in all of university so far. It doesn't interest me, and I am also very bad at it compared to other math courses I have done. The other courses I have done are calculus I-III, ODEs, Linear Algebra, and Prob/Stats. Is it a...
Back
Top