Data and its Representaton

Data, Data types and representation inside a digital computer

Have you ever wondered how your favourite cricket score update flashes on screen? Behind the scenes, it’s all built on tiny pulses of electricity—zeros and ones. This introduction will show you how those bits become meaningful information and set the stage for everything we’ll explore next. Although the concepts mentioned here will be more aligned towards Python, you will find that an understanding of these concepts in this section will improve your understanding of principles used by almost every other computer language.

What’s Coming Up?

In the following pages, we’ll journey from the tiniest units of data to the way you’ll handle them in Python:

Ready to decode the magic? Let’s dive in and see how Python helps you speak a language the computers understand.