Cite This Page
Bibliographic details for Python GPU programming
- Page name: Python GPU programming
- Author: edegan.com contributors
- Publisher: edegan.com, .
- Date of last revision: 13 November 2020 17:37 UTC
- Date retrieved: 5 December 2025 21:18 UTC
- Permanent URL: http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48230
- Page Version ID: 48230
Citation styles for Python GPU programming
APA style
Python GPU programming. (2020, November 13). edegan.com, . Retrieved 21:18, December 5, 2025 from http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48230.
MLA style
"Python GPU programming." edegan.com, . 13 Nov 2020, 17:37 UTC. 5 Dec 2025, 21:18 <http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48230>.
MHRA style
edegan.com contributors, 'Python GPU programming', edegan.com, , 13 November 2020, 17:37 UTC, <http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48230> [accessed 5 December 2025]
Chicago style
edegan.com contributors, "Python GPU programming," edegan.com, , http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48230 (accessed December 5, 2025).
CBE/CSE style
edegan.com contributors. Python GPU programming [Internet]. edegan.com, ; 2020 Nov 13, 17:37 UTC [cited 2025 Dec 5]. Available from: http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48230.
Bluebook style
Python GPU programming, http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48230 (last visited December 5, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "edegan.com",
title = "Python GPU programming --- edegan.com{,} ",
year = "2020",
url = "http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48230",
note = "[Online; accessed 5-December-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 = "edegan.com",
title = "Python GPU programming --- edegan.com{,} ",
year = "2020",
url = "\url{http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48230}",
note = "[Online; accessed 5-December-2025]"
}