Taskool
Back to blog
Technology

I'm Not Going to Be a Programmer, Why Should I Learn to Code?

You are planning to be a doctor, lawyer, or designer. So why do universities and companies expect a basic understanding of programming from everyone?

Author: Taskool Tech4 min read
I'm Not Going to Be a Programmer, Why Should I Learn to Code?

A few months ago, a famous law firm eliminated a process where several junior lawyers worked for hours trying to find the necessary information hidden within hundreds of documents. The reason? A young lawyer there wrote a simple 20-line Python script and reduced the whole process to 5 seconds. He wasn't a programmer; he just knew what code could do. This incident is a perfect summary of the future job market.

Many people think writing code is only for "hackers" staring at screens in dark rooms. But today, coding is a basic communication tool, just like English. You are learning how to talk to a machine. If you go into medicine tomorrow, you will need to know the algorithm working in the background to understand how AI analyzes a patient's X-ray. Even if you start your own small business, you will need a bit of data science to analyze your customer information.

The point isn't about writing code all day long. The point is mastering an algorithmic way of thinking. Breaking a problem down into small, solvable pieces (functions) makes your brain so systematic that you start looking at every difficulty in life as a "bug" and begin thinking about how to fix it. Coding teaches you to ask "how can I do it?" instead of saying "it's impossible."

If you have been saying, "I'm bad at math, I can't write code," throw that stereotype away. Many programming languages have become as easy as learning logic or a foreign language. Start with your own small circle of interests. If you love games, create a very simple game. If you write a blog, build the HTML code for your own site. You don't have to be an expert, but understanding how the magic happens in the background will give you a superpower in any profession.

Read next