Cite This Page
Bibliographic details for Python
- Page name: Python
- Author: WPKG | Open Source Software Deployment and Distribution contributors
- Publisher: WPKG | Open Source Software Deployment and Distribution, .
- Date of last revision: 10 April 2012 12:50 UTC
- Date retrieved: 28 August 2026 04:52 UTC
- Permanent URL: https://wpkg.org/index.php?title=Python&oldid=4826
- Page Version ID: 4826
Citation styles for Python
APA style
Python. (2012, April 10). WPKG | Open Source Software Deployment and Distribution, . Retrieved 04:52, August 28, 2026 from https://wpkg.org/index.php?title=Python&oldid=4826.
MLA style
"Python." WPKG | Open Source Software Deployment and Distribution, . 10 Apr 2012, 12:50 UTC. 28 Aug 2026, 04:52 <https://wpkg.org/index.php?title=Python&oldid=4826>.
MHRA style
WPKG | Open Source Software Deployment and Distribution contributors, 'Python', WPKG | Open Source Software Deployment and Distribution, , 10 April 2012, 12:50 UTC, <https://wpkg.org/index.php?title=Python&oldid=4826> [accessed 28 August 2026]
Chicago style
WPKG | Open Source Software Deployment and Distribution contributors, "Python," WPKG | Open Source Software Deployment and Distribution, , https://wpkg.org/index.php?title=Python&oldid=4826 (accessed August 28, 2026).
CBE/CSE style
WPKG | Open Source Software Deployment and Distribution contributors. Python [Internet]. WPKG | Open Source Software Deployment and Distribution, ; 2012 Apr 10, 12:50 UTC [cited 2026 Aug 28]. Available from: https://wpkg.org/index.php?title=Python&oldid=4826.
Bluebook style
Python, https://wpkg.org/index.php?title=Python&oldid=4826 (last visited August 28, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "WPKG | Open Source Software Deployment and Distribution",
title = "Python --- WPKG | Open Source Software Deployment and Distribution{,} ",
year = "2012",
url = "https://wpkg.org/index.php?title=Python&oldid=4826",
note = "[Online; accessed 28-August-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 = "WPKG | Open Source Software Deployment and Distribution",
title = "Python --- WPKG | Open Source Software Deployment and Distribution{,} ",
year = "2012",
url = "\url{https://wpkg.org/index.php?title=Python&oldid=4826}",
note = "[Online; accessed 28-August-2026]"
}