Computational Thinking: What Is It?

Think like a computer!

Ryan Chou
Python in Plain English
4 min readJul 2, 2021

--

As technology is taking a more prominent role in our daily lives, it’s important to think of real-world problems in a way that can be translated into an algorithm.

In this article, we’ll walk through the 4 steps of computational thinking described by BBC: decomposition, pattern recognition, abstraction, and algorithms, while solving the…

--

--