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