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