Cite This Page
Bibliographic details for Python
- Page name: Python
- Author: makerhub contributors
- Publisher: makerhub, .
- Date of last revision: 5 January 2024 23:57 UTC
- Date retrieved: 19 July 2026 15:41 UTC
- Permanent URL: https://makerhub.georgefox.edu/w/index.php?title=Python&oldid=10989
- Page Version ID: 10989
Citation styles for Python
APA style
Python. (2024, January 5). makerhub, . Retrieved 15:41, July 19, 2026 from https://makerhub.georgefox.edu/w/index.php?title=Python&oldid=10989.
MLA style
"Python." makerhub, . 5 Jan 2024, 23:57 UTC. 19 Jul 2026, 15:41 <https://makerhub.georgefox.edu/w/index.php?title=Python&oldid=10989>.
MHRA style
makerhub contributors, 'Python', makerhub, , 5 January 2024, 23:57 UTC, <https://makerhub.georgefox.edu/w/index.php?title=Python&oldid=10989> [accessed 19 July 2026]
Chicago style
makerhub contributors, "Python," makerhub, , https://makerhub.georgefox.edu/w/index.php?title=Python&oldid=10989 (accessed July 19, 2026).
CBE/CSE style
makerhub contributors. Python [Internet]. makerhub, ; 2024 Jan 5, 23:57 UTC [cited 2026 Jul 19]. Available from: https://makerhub.georgefox.edu/w/index.php?title=Python&oldid=10989.
Bluebook style
Python, https://makerhub.georgefox.edu/w/index.php?title=Python&oldid=10989 (last visited July 19, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "makerhub",
title = "Python --- makerhub{,} ",
year = "2024",
url = "https://makerhub.georgefox.edu/w/index.php?title=Python&oldid=10989",
note = "[Online; accessed 19-July-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 = "makerhub",
title = "Python --- makerhub{,} ",
year = "2024",
url = "\url{https://makerhub.georgefox.edu/w/index.php?title=Python&oldid=10989}",
note = "[Online; accessed 19-July-2026]"
}