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: 5 December 2025 13:04 UTC
- Permanent URL: https://wpkg.org/index.php?title=Python&oldid=4851
- Page Version ID: 4851
Citation styles for Python
APA style
Python. (2012, April 10). WPKG | Open Source Software Deployment and Distribution, . Retrieved 13:04, December 5, 2025 from https://wpkg.org/index.php?title=Python&oldid=4851.
MLA style
"Python." WPKG | Open Source Software Deployment and Distribution, . 10 Apr 2012, 12:50 UTC. 5 Dec 2025, 13:04 <https://wpkg.org/index.php?title=Python&oldid=4851>.
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=4851> [accessed 5 December 2025]
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=4851 (accessed December 5, 2025).
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 2025 Dec 5]. Available from: https://wpkg.org/index.php?title=Python&oldid=4851.
Bluebook style
Python, https://wpkg.org/index.php?title=Python&oldid=4851 (last visited December 5, 2025).
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=4851",
note = "[Online; accessed 5-December-2025]"
}
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=4851}",
note = "[Online; accessed 5-December-2025]"
}