Cite This Page
Bibliographic details for Python
- Page name: Python
- Author: Quantum kot contributors
- Publisher: Quantum kot, .
- Date of last revision: 26 January 2023 20:42 UTC
- Date retrieved: 24 March 2026 18:07 UTC
- Permanent URL: https://wiki.qkot.space/index.php?title=Python&oldid=1194
- Page Version ID: 1194
Citation styles for Python
APA style
Python. (2023, January 26). Quantum kot, . Retrieved 18:07, March 24, 2026 from https://wiki.qkot.space/index.php?title=Python&oldid=1194.
MLA style
"Python." Quantum kot, . 26 Jan 2023, 20:42 UTC. 24 Mar 2026, 18:07 <https://wiki.qkot.space/index.php?title=Python&oldid=1194>.
MHRA style
Quantum kot contributors, 'Python', Quantum kot, , 26 January 2023, 20:42 UTC, <https://wiki.qkot.space/index.php?title=Python&oldid=1194> [accessed 24 March 2026]
Chicago style
Quantum kot contributors, "Python," Quantum kot, , https://wiki.qkot.space/index.php?title=Python&oldid=1194 (accessed March 24, 2026).
CBE/CSE style
Quantum kot contributors. Python [Internet]. Quantum kot, ; 2023 Jan 26, 20:42 UTC [cited 2026 Mar 24]. Available from: https://wiki.qkot.space/index.php?title=Python&oldid=1194.
Bluebook style
Python, https://wiki.qkot.space/index.php?title=Python&oldid=1194 (last visited March 24, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Quantum kot",
title = "Python --- Quantum kot{,} ",
year = "2023",
url = "https://wiki.qkot.space/index.php?title=Python&oldid=1194",
note = "[Online; accessed 24-March-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Quantum kot",
title = "Python --- Quantum kot{,} ",
year = "2023",
url = "\url{https://wiki.qkot.space/index.php?title=Python&oldid=1194}",
note = "[Online; accessed 24-March-2026]"
}