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