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.
 
After a year of thought, I decided to adjust my ratio for applying the US/EU(+UK) schools. I mostly focused on the US schools before, but things are getting complex and I found out that Europe is also a good place to study. I found some institutes that have professors with similar interests. But gaining the information is much harder than US schools (like you have to contact professors in advance etc). For your information, I have B.S. in engineering (low GPA: 3.2/4.0) in Asia - one SCI...
Bit Britain-specific but I was wondering, what's the best path to take for A-Levels out of the following (I know Y10 seems a bit early to be thinking about A-levels, but my choice will impact what I do this year/ in y11) I (almost) definitely want to do physics at University - so keep that in mind... The subjects that I'm almost definitely going to take are Maths, Further Maths and Physics, and I'm taking a fast track programme which means that I'll be taking AS computer science at the end...
I graduated with a BSc in Physics in 2020. Since there were limited opportunities in my country (mostly teaching), I decided to improve my programming skills and began working in IT, first as a software engineer and later as a quality assurance engineer, where I’ve now spent about 3 years. While this career path has provided financial stability, I’ve realized that my excitement and passion aren’t really there, unlike what I felt when studying or doing research in physics. Working in IT...
Back
Top