MKMaruthi Kumar Reddy Katakaminmadmachine.hashnode.dev·Sep 6, 2022 · 1 min readPython Basics - NumbersToday, we will be looking at how we can work with Numbers(int, float, complex) let's start with int int data type refers to integers in mathematics float data type refers to decimal point numbers complex data type refers to numbers with real, imag...00
MKMaruthi Kumar Reddy Katakaminmadmachine.hashnode.dev·Sep 6, 2022 · 1 min readPython Basics -3Variables Computer generally stores the data inside memory locations, each memory location has an address associated with it. In order to access the data we need memory address, These addresses are numbers(hexadecimal number system) So instead of th...00
MKMaruthi Kumar Reddy Katakaminmadmachine.hashnode.dev·Sep 4, 2022 · 1 min readPython Basics - 2We will be discussing about Data types. Data Types Let's just understand that data can be of different types like numbers, text etc.Thus we have different data types representing the different type of real world data. We have Primitive data types an...00
MKMaruthi Kumar Reddy Katakaminmadmachine.hashnode.dev·Sep 4, 2022 · 1 min readPython Basics - 1I will be discussing python basics in My blogs ,I am a learner who wants to share what I learned.Hope you learn something new. Computers works on a binary system, binary system has only two values either 0 or 1. It's impossible for humans to write ...00