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: 3 July 2014 19:01 UTC
- Date retrieved: 5 December 2025 13:23 UTC
- Permanent URL: https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87121
- Page Version ID: 87121
Citation styles for Python programming Tutorial
APA style
Python programming Tutorial. (2014, July 3). NAMIC Wiki, . Retrieved 13:23, December 5, 2025 from https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87121.
MLA style
"Python programming Tutorial." NAMIC Wiki, . 3 Jul 2014, 19:01 UTC. 5 Dec 2025, 13:23 <https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87121>.
MHRA style
NAMIC Wiki contributors, 'Python programming Tutorial', NAMIC Wiki, , 3 July 2014, 19:01 UTC, <https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87121> [accessed 5 December 2025]
Chicago style
NAMIC Wiki contributors, "Python programming Tutorial," NAMIC Wiki, , https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87121 (accessed December 5, 2025).
CBE/CSE style
NAMIC Wiki contributors. Python programming Tutorial [Internet]. NAMIC Wiki, ; 2014 Jul 3, 19:01 UTC [cited 2025 Dec 5]. Available from: https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87121.
Bluebook style
Python programming Tutorial, https://www.na-mic.org/w/index.php?title=Python_programming_Tutorial&oldid=87121 (last visited December 5, 2025).
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=87121",
note = "[Online; accessed 5-December-2025]"
}
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=87121}",
note = "[Online; accessed 5-December-2025]"
}