Cite This Page
Bibliographic details for Parallel Python
- Page name: Parallel Python
- Author: Advanced Projects Lab contributors
- Publisher: Advanced Projects Lab, .
- Date of last revision: 23 February 2016 18:23 UTC
- Date retrieved: 16 November 2025 07:58 UTC
- Permanent URL: https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550
- Page Version ID: 2550
Citation styles for Parallel Python
APA style
Parallel Python. (2016, February 23). Advanced Projects Lab, . Retrieved 07:58, November 16, 2025 from https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550.
MLA style
"Parallel Python." Advanced Projects Lab, . 23 Feb 2016, 18:23 UTC. 16 Nov 2025, 07:58 <https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550>.
MHRA style
Advanced Projects Lab contributors, 'Parallel Python', Advanced Projects Lab, , 23 February 2016, 18:23 UTC, <https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550> [accessed 16 November 2025]
Chicago style
Advanced Projects Lab contributors, "Parallel Python," Advanced Projects Lab, , https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550 (accessed November 16, 2025).
CBE/CSE style
Advanced Projects Lab contributors. Parallel Python [Internet]. Advanced Projects Lab, ; 2016 Feb 23, 18:23 UTC [cited 2025 Nov 16]. Available from: https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550.
Bluebook style
Parallel Python, https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550 (last visited November 16, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Advanced Projects Lab",
title = "Parallel Python --- Advanced Projects Lab{,} ",
year = "2016",
url = "https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550",
note = "[Online; accessed 16-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 = "Advanced Projects Lab",
title = "Parallel Python --- Advanced Projects Lab{,} ",
year = "2016",
url = "\url{https://june.uoregon.edu/mediawiki/index.php?title=Parallel_Python&oldid=2550}",
note = "[Online; accessed 16-November-2025]"
}