Cite This Page
Bibliographic details for Python 2 hour intro
- Page name: Python 2 hour intro
- Author: OpenHatch wiki contributors
- Publisher: OpenHatch wiki, .
- Date of last revision: 8 October 2012 22:21 UTC
- Date retrieved: 26 March 2023 09:50 UTC
- Permanent URL: https://wiki.openhatch.org/w/index.php?title=Python_2_hour_intro&oldid=10446
- Page Version ID: 10446
Citation styles for Python 2 hour intro
APA style
Python 2 hour intro. (2012, October 8). OpenHatch wiki, . Retrieved 09:50, March 26, 2023 from https://wiki.openhatch.org/w/index.php?title=Python_2_hour_intro&oldid=10446.
MLA style
"Python 2 hour intro." OpenHatch wiki, . 8 Oct 2012, 22:21 UTC. 26 Mar 2023, 09:50 <https://wiki.openhatch.org/w/index.php?title=Python_2_hour_intro&oldid=10446>.
MHRA style
OpenHatch wiki contributors, 'Python 2 hour intro', OpenHatch wiki, , 8 October 2012, 22:21 UTC, <https://wiki.openhatch.org/w/index.php?title=Python_2_hour_intro&oldid=10446> [accessed 26 March 2023]
Chicago style
OpenHatch wiki contributors, "Python 2 hour intro," OpenHatch wiki, , https://wiki.openhatch.org/w/index.php?title=Python_2_hour_intro&oldid=10446 (accessed March 26, 2023).
CBE/CSE style
OpenHatch wiki contributors. Python 2 hour intro [Internet]. OpenHatch wiki, ; 2012 Oct 8, 22:21 UTC [cited 2023 Mar 26]. Available from: https://wiki.openhatch.org/w/index.php?title=Python_2_hour_intro&oldid=10446.
Bluebook style
Python 2 hour intro, https://wiki.openhatch.org/w/index.php?title=Python_2_hour_intro&oldid=10446 (last visited March 26, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "OpenHatch wiki", title = "Python 2 hour intro --- OpenHatch wiki{,} ", year = "2012", url = "https://wiki.openhatch.org/w/index.php?title=Python_2_hour_intro&oldid=10446", note = "[Online; accessed 26-March-2023]" }
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 = "OpenHatch wiki", title = "Python 2 hour intro --- OpenHatch wiki{,} ", year = "2012", url = "\url{https://wiki.openhatch.org/w/index.php?title=Python_2_hour_intro&oldid=10446}", note = "[Online; accessed 26-March-2023]" }