Are unicode identifiers in python bad practice?
问题 I am getting into machine learning, and to document my code, I will write LaTeX math versions of my functions, right next to the code in an Jupyter/IPython notebook. The mathematical definitions include many Greek symbols, so I thought that I might as well use the Greek symbols in function and variable names, since that's possible in python. Would this be bad practice? 回答1: It seems a good use case under these assumptions: the audience is mathematically versed, you make use of a lot of