My understanding is that Python is "Turing complete" which mean they work on the same axioms (or by first order logic equivalent) as a theoretical Turing machines (https://en.wikipedia.org/wiki/Turing_machine).
So what are the axioms which govern how Python programming language works? Are they same as Turing machine's axioms?
I argue that if you want to be able to say that Python is Turing complete then it implies that Python has axioms. Because the way to say that two systems can do the same (Python and Turing machine) means that there is a rigorous mathematical proof which shows that the rules of Python are equivalent to Turing machines.
I would like to see the listed axioms of Python listed in the answer. Like the wikipedia page of Turing machine list the axioms of Turing machine.
I see this as an important aspect because those axioms restrict the actions the languages or machines can do. Thank you!