Cite This Page
Bibliographic details for Python
- Page name: Python
- Author: OchaWiki contributors
- Publisher: OchaWiki, .
- Date of last revision: 19 September 2024 22:43 UTC
- Date retrieved: 16 March 2026 10:16 UTC
- Permanent URL: https://www.omecha.nl/mw/index.php?title=Python&oldid=4003
- Page Version ID: 4003
Citation styles for Python
APA style
Python. (2024, September 19). OchaWiki, . Retrieved 10:16, March 16, 2026 from https://www.omecha.nl/mw/index.php?title=Python&oldid=4003.
MLA style
"Python." OchaWiki, . 19 Sep 2024, 22:43 UTC. 16 Mar 2026, 10:16 <https://www.omecha.nl/mw/index.php?title=Python&oldid=4003>.
MHRA style
OchaWiki contributors, 'Python', OchaWiki, , 19 September 2024, 22:43 UTC, <https://www.omecha.nl/mw/index.php?title=Python&oldid=4003> [accessed 16 March 2026]
Chicago style
OchaWiki contributors, "Python," OchaWiki, , https://www.omecha.nl/mw/index.php?title=Python&oldid=4003 (accessed March 16, 2026).
CBE/CSE style
OchaWiki contributors. Python [Internet]. OchaWiki, ; 2024 Sep 19, 22:43 UTC [cited 2026 Mar 16]. Available from: https://www.omecha.nl/mw/index.php?title=Python&oldid=4003.
Bluebook style
Python, https://www.omecha.nl/mw/index.php?title=Python&oldid=4003 (last visited March 16, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "OchaWiki",
title = "Python --- OchaWiki{,} ",
year = "2024",
url = "https://www.omecha.nl/mw/index.php?title=Python&oldid=4003",
note = "[Online; accessed 16-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 = "OchaWiki",
title = "Python --- OchaWiki{,} ",
year = "2024",
url = "\url{https://www.omecha.nl/mw/index.php?title=Python&oldid=4003}",
note = "[Online; accessed 16-March-2026]"
}