I have recently come to understand that we can use the following as a shorthand for repr(x)
in Python:
`x`
However, I have rarely seen this in practice. Is it considered to be bad practice or unpythonic? Or are there any other reasons for which it is rarely used?