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: 11 September 2020 09:34 UTC
- Date retrieved: 7 November 2025 00:46 UTC
- Permanent URL: http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=445
- Page Version ID: 445
Citation styles for RaspberryPi:ProgrammingInPython
APA style
RaspberryPi:ProgrammingInPython. (2020, September 11). UCT EE Wiki, . Retrieved 00:46, November 7, 2025 from http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=445.
MLA style
"RaspberryPi:ProgrammingInPython." UCT EE Wiki, . 11 Sep 2020, 09:34 UTC. 7 Nov 2025, 00:46 <http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=445>.
MHRA style
UCT EE Wiki contributors, 'RaspberryPi:ProgrammingInPython', UCT EE Wiki, , 11 September 2020, 09:34 UTC, <http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=445> [accessed 7 November 2025]
Chicago style
UCT EE Wiki contributors, "RaspberryPi:ProgrammingInPython," UCT EE Wiki, , http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=445 (accessed November 7, 2025).
CBE/CSE style
UCT EE Wiki contributors. RaspberryPi:ProgrammingInPython [Internet]. UCT EE Wiki, ; 2020 Sep 11, 09:34 UTC [cited 2025 Nov 7]. Available from: http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=445.
Bluebook style
RaspberryPi:ProgrammingInPython, http://wiki.ee.uct.ac.za/index.php?title=RaspberryPi:ProgrammingInPython&oldid=445 (last visited November 7, 2025).
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=445",
note = "[Online; accessed 7-November-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 = "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=445}",
note = "[Online; accessed 7-November-2025]"
}