PythonWhat is the difference between Python 2 and Python 3?Below are the key differences which I have observed and encountered frequently while working on Python 2 and Python 3. Integer division...
PythonMutable vs Immutable Objects in Python exampleEverything in Python is an object and all objects in Python can be either mutable or immutable. Immutable objects: An object with a fixed...
PythonWhat is "is" in Python?The operators is and is not test for object identity. x is y is true if and only if x and y are the same object (object location in...
PythonInteresting and Unknown facts about Python programmingPython has gained more popularity in past 1 year! Actually, it’s the most popular programming language now. JAVA is the second most...
GallerySpaghetti with Potatoes (Indian Style)This spaghetti with Indian spices brings back childhood memories. It is a quick, simple, tasty recipe which everyone can enjoy as a meal...