In the last chapter, we explored the amazing world of single board computers and Raspberry Pi. We booted up the Raspberry Pi, connected it to the Internet, and updated the Raspbian OS.
In this chapter, we will get started with Python and the concepts of digital image processing (DIP).
Let’s begin this chapter with an introduction to Python. I personally find Python amazing and have been enchanted by it. Python is a simple yet powerful programming language. When programmers use Python, it’s easy to focus on solving a given problem as they do ...