gpt4 book ai didi

python - 在 jupyter notebook 中使用 λ,φ,α,...,就像在 julia 中一样

转载 作者:太空宇宙 更新时间:2023-11-03 14:53:32 27 4
gpt4 key购买 nike

你们中的一些人可能知道,您可以在任何 julia 脚本中使用 λ,φ,α,..。难道这也适用于 python 吗?我会使用 julia,但仍然有一些来自 python 的包需要打包。

祝福

最佳答案

Python 3 支持 λ、φ、α 和许多其他 Unicode characters in identifiers (如@jwodder 所述)。在 jupyter notebook 中,您可以通过键入访问这些字符

\<character name><tab>

例子

\alpha<tab> = 1
# α = 1

并非所有 Unicode 字符都可以用作变量名,例如表情符号:

>>> ♥ = "love"
File "<ipython-input-29-97d253080b57>", line 1
♥ = "love"
^
SyntaxError: invalid character in identifier

但是,允许使用类似字母的字符,尤其是在外语中:

>>> αγαπώ = "love"
>>> люблю = "love"
>>> 愛 = "love"

另请参阅 David Beazley 的 talk 掌握 Python 3 I/O 以了解有关 Unicode 实际用途的更多信息。

关于python - 在 jupyter notebook 中使用 λ,φ,α,...,就像在 julia 中一样,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44502828/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com