Cite This Page
Bibliographic details for PythonSummary
- Page name: PythonSummary
- Author: NAMIC Wiki contributors
- Publisher: NAMIC Wiki, .
- Date of last revision: 6 November 2008 01:31 UTC
- Date retrieved: 19 March 2026 21:52 UTC
- Permanent URL: https://www.na-mic.org/w/index.php?title=PythonSummary&oldid=31623
- Page Version ID: 31623
Citation styles for PythonSummary
APA style
PythonSummary. (2008, November 6). NAMIC Wiki, . Retrieved 21:52, March 19, 2026 from https://www.na-mic.org/w/index.php?title=PythonSummary&oldid=31623.
MLA style
"PythonSummary." NAMIC Wiki, . 6 Nov 2008, 01:31 UTC. 19 Mar 2026, 21:52 <https://www.na-mic.org/w/index.php?title=PythonSummary&oldid=31623>.
MHRA style
NAMIC Wiki contributors, 'PythonSummary', NAMIC Wiki, , 6 November 2008, 01:31 UTC, <https://www.na-mic.org/w/index.php?title=PythonSummary&oldid=31623> [accessed 19 March 2026]
Chicago style
NAMIC Wiki contributors, "PythonSummary," NAMIC Wiki, , https://www.na-mic.org/w/index.php?title=PythonSummary&oldid=31623 (accessed March 19, 2026).
CBE/CSE style
NAMIC Wiki contributors. PythonSummary [Internet]. NAMIC Wiki, ; 2008 Nov 6, 01:31 UTC [cited 2026 Mar 19]. Available from: https://www.na-mic.org/w/index.php?title=PythonSummary&oldid=31623.
Bluebook style
PythonSummary, https://www.na-mic.org/w/index.php?title=PythonSummary&oldid=31623 (last visited March 19, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "NAMIC Wiki",
title = "PythonSummary --- NAMIC Wiki{,} ",
year = "2008",
url = "https://www.na-mic.org/w/index.php?title=PythonSummary&oldid=31623",
note = "[Online; accessed 19-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 = "NAMIC Wiki",
title = "PythonSummary --- NAMIC Wiki{,} ",
year = "2008",
url = "\url{https://www.na-mic.org/w/index.php?title=PythonSummary&oldid=31623}",
note = "[Online; accessed 19-March-2026]"
}