Cite This Page
Bibliographic details for Python development
- Page name: Python development
- Author: ArmadeusWiki contributors
- Publisher: ArmadeusWiki, .
- Date of last revision: 21 July 2014 12:30 UTC
- Date retrieved: 8 April 2026 09:32 UTC
- Permanent URL: http://armadeus.org/wiki/index.php?title=Python_development&oldid=5643
- Page Version ID: 5643
Citation styles for Python development
APA style
Python development. (2014, July 21). ArmadeusWiki, . Retrieved 09:32, April 8, 2026 from http://armadeus.org/wiki/index.php?title=Python_development&oldid=5643.
MLA style
"Python development." ArmadeusWiki, . 21 Jul 2014, 12:30 UTC. 8 Apr 2026, 09:32 <http://armadeus.org/wiki/index.php?title=Python_development&oldid=5643>.
MHRA style
ArmadeusWiki contributors, 'Python development', ArmadeusWiki, , 21 July 2014, 12:30 UTC, <http://armadeus.org/wiki/index.php?title=Python_development&oldid=5643> [accessed 8 April 2026]
Chicago style
ArmadeusWiki contributors, "Python development," ArmadeusWiki, , http://armadeus.org/wiki/index.php?title=Python_development&oldid=5643 (accessed April 8, 2026).
CBE/CSE style
ArmadeusWiki contributors. Python development [Internet]. ArmadeusWiki, ; 2014 Jul 21, 12:30 UTC [cited 2026 Apr 8]. Available from: http://armadeus.org/wiki/index.php?title=Python_development&oldid=5643.
Bluebook style
Python development, http://armadeus.org/wiki/index.php?title=Python_development&oldid=5643 (last visited April 8, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "ArmadeusWiki",
title = "Python development --- ArmadeusWiki{,} ",
year = "2014",
url = "http://armadeus.org/wiki/index.php?title=Python_development&oldid=5643",
note = "[Online; accessed 8-April-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 = "ArmadeusWiki",
title = "Python development --- ArmadeusWiki{,} ",
year = "2014",
url = "\url{http://armadeus.org/wiki/index.php?title=Python_development&oldid=5643}",
note = "[Online; accessed 8-April-2026]"
}