Cite This Page
Bibliographic details for Scientific Python Primer
- Page name: Scientific Python Primer
- Author: Advanced Projects Lab contributors
- Publisher: Advanced Projects Lab, .
- Date of last revision: 9 November 2015 23:53 UTC
- Date retrieved: 13 March 2026 21:31 UTC
- Permanent URL: https://june.uoregon.edu/mediawiki/index.php?title=Scientific_Python_Primer&oldid=2038
- Page Version ID: 2038
Citation styles for Scientific Python Primer
APA style
Scientific Python Primer. (2015, November 9). Advanced Projects Lab, . Retrieved 21:31, March 13, 2026 from https://june.uoregon.edu/mediawiki/index.php?title=Scientific_Python_Primer&oldid=2038.
MLA style
"Scientific Python Primer." Advanced Projects Lab, . 9 Nov 2015, 23:53 UTC. 13 Mar 2026, 21:31 <https://june.uoregon.edu/mediawiki/index.php?title=Scientific_Python_Primer&oldid=2038>.
MHRA style
Advanced Projects Lab contributors, 'Scientific Python Primer', Advanced Projects Lab, , 9 November 2015, 23:53 UTC, <https://june.uoregon.edu/mediawiki/index.php?title=Scientific_Python_Primer&oldid=2038> [accessed 13 March 2026]
Chicago style
Advanced Projects Lab contributors, "Scientific Python Primer," Advanced Projects Lab, , https://june.uoregon.edu/mediawiki/index.php?title=Scientific_Python_Primer&oldid=2038 (accessed March 13, 2026).
CBE/CSE style
Advanced Projects Lab contributors. Scientific Python Primer [Internet]. Advanced Projects Lab, ; 2015 Nov 9, 23:53 UTC [cited 2026 Mar 13]. Available from: https://june.uoregon.edu/mediawiki/index.php?title=Scientific_Python_Primer&oldid=2038.
Bluebook style
Scientific Python Primer, https://june.uoregon.edu/mediawiki/index.php?title=Scientific_Python_Primer&oldid=2038 (last visited March 13, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Advanced Projects Lab",
title = "Scientific Python Primer --- Advanced Projects Lab{,} ",
year = "2015",
url = "https://june.uoregon.edu/mediawiki/index.php?title=Scientific_Python_Primer&oldid=2038",
note = "[Online; accessed 13-March-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 = "Advanced Projects Lab",
title = "Scientific Python Primer --- Advanced Projects Lab{,} ",
year = "2015",
url = "\url{https://june.uoregon.edu/mediawiki/index.php?title=Scientific_Python_Primer&oldid=2038}",
note = "[Online; accessed 13-March-2026]"
}