Search results
And of course, math is always useful for analyzing the time complexity of your code and things like that. Also, being good at math often translates to being good at solving problems in programming too. So, yes, it's possible to be a programmer without knowing much math, but math helps.
For sure you can become a programmer without being good at math, but math ends up being very useful for solving problems and is quite important when it comes to writing efficient code. It all really depends on what you want to do in my opinion: a web developer will use a lot less math than say, a graphics programmer or AI engineer.
- Solving Problems
- Collaborating with Others
- Creative Thinking
As a programmer, you’re more likely to apply existing algorithms and technologies to solve a particular problem. And even though math goes into building many of these tools, you don’t necessarily need to know how the math works in order to use these tools effectively. In much the same way, you can become a skilled driver without knowing the details...
In addition to problem solving, coding involves being able to collaborate with others to tackle complex challenges. “In agile development, and at every company that I’ve worked in, the culture has been about working as a team, where you’re problem solving, but you’re also sharing and working with others and giving feedback. You need to have great c...
Another important skill for developers is creative thinking. When it comes to solving a coding problem, you’ll often come across a number of possible solutions. Your job as a developer is to discover the best possible solution given your unique set of constraints, which requires a combination of creativity, curiosity, and determination. Shirley, a ...
So if you believe you're programming without using math - maybe you're wrong. If you look at problems at the Project Euler page, you will find puzzles, where I don't have an idea, how math is used to solve it. (Not that I could solve them without math.) Note that the problem size is normally that big, that you can't solve them with brute force.
The question of "can I be a software engineer and not be comfortable understanding math concepts," may be different than "can I be a coder without math." Of course you can write programs that run successfully without understanding math! Though building programs and having a career in software are different things.
May 29, 2019 · Oh, when I say programming, I mostly mean Web Development since this is my field. There's certainly a good amount of programming jobs that require math. For example if you are working on a 3D rendering engine, a GIS application or Cryptography / Blockchain / Artificial Intelligence / Machine Learning, that surely requires a lot of math, but ...
People also ask
Is it possible to be a programmer without knowing math?
Are good programmers good at math?
Should I learn programming if I don't understand Maths?
Do you need math to be a programmer?
Why do I struggle with programming if I don't know Maths?
Can you be a good programmer if you're bad at calculus?
Oct 24, 2022 · And logic is a fundamental cornerstone of programming. The way you approach math problems is similar to the way you approach programming problems. With a maths problem, you are given a list of things to reach a goal. You need to put the things you know together in a way to figure out the problem. Programming is the same way.