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