Cite This Page
Bibliographic details for Python programming Tutorial
- Page name: Python programming Tutorial
- Author: NAMIC Wiki contributors
- Publisher: NAMIC Wiki, .
- Date of last revision: 27 June 2014 18:35 UTC
- Date retrieved: 16 February 2026 17:10 UTC
- Permanent URL: https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87091
- Page Version ID: 87091
Citation styles for Python programming Tutorial
APA style
Python programming Tutorial. (2014, June 27). NAMIC Wiki, . Retrieved 17:10, February 16, 2026 from https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87091.
MLA style
"Python programming Tutorial." NAMIC Wiki, . 27 Jun 2014, 18:35 UTC. 16 Feb 2026, 17:10 <https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87091>.
MHRA style
NAMIC Wiki contributors, 'Python programming Tutorial', NAMIC Wiki, , 27 June 2014, 18:35 UTC, <https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87091> [accessed 16 February 2026]
Chicago style
NAMIC Wiki contributors, "Python programming Tutorial," NAMIC Wiki, , https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87091 (accessed February 16, 2026).
CBE/CSE style
NAMIC Wiki contributors. Python programming Tutorial [Internet]. NAMIC Wiki, ; 2014 Jun 27, 18:35 UTC [cited 2026 Feb 16]. Available from: https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87091.
Bluebook style
Python programming Tutorial, https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87091 (last visited February 16, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "NAMIC Wiki",
title = "Python programming Tutorial --- NAMIC Wiki{,} ",
year = "2014",
url = "https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87091",
note = "[Online; accessed 16-February-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 = "Python programming Tutorial --- NAMIC Wiki{,} ",
year = "2014",
url = "\url{https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87091}",
note = "[Online; accessed 16-February-2026]"
}