Message from Python discussions

November 2018

— Hey man don't offend me

— 

is is not used for comparing values, it's for comparing objects, if you want to compare values use ==

— Calm down there

— !offtopic

— Can anyone tell how integrate Magento with python

— Magento is written in PHP, so no

— What you can do is make an API in Magento and a Python client for that API

— I want the answer why there is two different objects at -6 and why there is single one in the case of -2

Message permanent page

— -2 and -2 are same objects while -6 and -6 aren't.

— But why ??

— I created API for Magento

— But how use it in python