Cite This Page
Bibliographic details for RaspberryPi:ProgrammingInPython
- Page name: RaspberryPi:ProgrammingInPython
- Author: UCT EE Wiki contributors
- Publisher: UCT EE Wiki, .
- Date of last revision: 6 February 2020 07:54 UTC
- Date retrieved: 15 January 2026 12:19 UTC
- Permanent URL: http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=25
- Page Version ID: 25
Citation styles for RaspberryPi:ProgrammingInPython
APA style
RaspberryPi:ProgrammingInPython. (2020, February 6). UCT EE Wiki, . Retrieved 12:19, January 15, 2026 from http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=25.
MLA style
"RaspberryPi:ProgrammingInPython." UCT EE Wiki, . 6 Feb 2020, 07:54 UTC. 15 Jan 2026, 12:19 <http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=25>.
MHRA style
UCT EE Wiki contributors, 'RaspberryPi:ProgrammingInPython', UCT EE Wiki, , 6 February 2020, 07:54 UTC, <http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=25> [accessed 15 January 2026]
Chicago style
UCT EE Wiki contributors, "RaspberryPi:ProgrammingInPython," UCT EE Wiki, , http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=25 (accessed January 15, 2026).
CBE/CSE style
UCT EE Wiki contributors. RaspberryPi:ProgrammingInPython [Internet]. UCT EE Wiki, ; 2020 Feb 6, 07:54 UTC [cited 2026 Jan 15]. Available from: http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=25.
Bluebook style
RaspberryPi:ProgrammingInPython, http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=25 (last visited January 15, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "UCT EE Wiki",
title = "RaspberryPi:ProgrammingInPython --- UCT EE Wiki{,} ",
year = "2020",
url = "http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=25",
note = "[Online; accessed 15-January-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 = "UCT EE Wiki",
title = "RaspberryPi:ProgrammingInPython --- UCT EE Wiki{,} ",
year = "2020",
url = "\url{http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=25}",
note = "[Online; accessed 15-January-2026]"
}