blog.ashwinijangetol.devHow null in Python works under the hoodThe concept of null is fundamental across programming languages for representing the absence of a value. Null signifies that a variable exists but doesn’t currently hold any data. It’s used to represent a lack of value, a non-existent object, or an u...Aug 13, 2024·6 min read
blog.ashwinijangetol.devThe Dual Nature of Python: Compiled and Interpreted ExplainedUnderstanding Compilation and Interpretation Generally a computer program is written using a high-level programming language (C, C++, Java, Python) which we humans can understand better. On the other hand machines understand low-level language (binar...Jul 31, 2024·4 min read