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: 20 November 2020 04:19 UTC
- Date retrieved: 29 January 2026 22:22 UTC
- Permanent URL: http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48270
- Page Version ID: 48270
Citation styles for Python GPU programming
APA style
Python GPU programming. (2020, November 20). edegan.com, . Retrieved 22:22, January 29, 2026 from http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48270.
MLA style
"Python GPU programming." edegan.com, . 20 Nov 2020, 04:19 UTC. 29 Jan 2026, 22:22 <http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48270>.
MHRA style
edegan.com contributors, 'Python GPU programming', edegan.com, , 20 November 2020, 04:19 UTC, <http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48270> [accessed 29 January 2026]
Chicago style
edegan.com contributors, "Python GPU programming," edegan.com, , http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48270 (accessed January 29, 2026).
CBE/CSE style
edegan.com contributors. Python GPU programming [Internet]. edegan.com, ; 2020 Nov 20, 04:19 UTC [cited 2026 Jan 29]. Available from: http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48270.
Bluebook style
Python GPU programming, http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48270 (last visited January 29, 2026).
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=48270",
note = "[Online; accessed 29-January-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 = "edegan.com",
title = "Python GPU programming --- edegan.com{,} ",
year = "2020",
url = "\url{http://www.edegan.com/mediawiki/index.php?title=Python_GPU_programming&oldid=48270}",
note = "[Online; accessed 29-January-2026]"
}