Bibliographic details for "Python"

Please remember to check your manual of style, standards guide or instructor's guidelines for the exact syntax to suit your needs.

Citation styles for "Python"

APA

Python. (2020, Nov 10). In StrafesNET. Retrieved 12:23, July 25, 2025, from https://wiki.strafes.net/doku.php?id=api_examples&rev=1605035008.

MLA

Anonymous Contributors. "Python". StrafesNET. 10 Nov. 2020. Web. 25 Jul. 2025, 12:23

MHRA

Anonymous Contributors, 'Python', StrafesNET, 10 November 2020, 19:03 GMT, <https://wiki.strafes.net/doku.php?id=api_examples&rev=1605035008> [Accessed 25 July 2025]

Chicago

Anonymous Contributors, "Python", StrafesNET, https://wiki.strafes.net/doku.php?id=api_examples&rev=1605035008 (Accessed July 25, 2025).

CBE/CSE

Anonymous Contributors. Python [Internet]. StrafesNET; 2020 Nov 10, 19:03 GMT [Cited 2025 Jul 25]. Available at: https://wiki.strafes.net/doku.php?id=api_examples&rev=1605035008.

Bluebook

AMA

Anonymous Contributors. Python. StrafesNET. November 10, 2020, 19:03 GMT. Available at: https://wiki.strafes.net/doku.php?id=api_examples&rev=1605035008. Accessed July 25, 2025.

BibTeX

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Python --- StrafesNET",
   year = "2020",
   url = "https://wiki.strafes.net/doku.php?id=api_examples&rev=1605035008",
   note = "[Online; accessed 25-July-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 = "Anonymous Contributors",
   title = "Python --- StrafesNET",
   year = "2020",
   url = "\url{https://wiki.strafes.net/doku.php?id=api_examples&rev=1605035008}",
   note = "[Online; accessed 25-July-2025]"


   author = "Anonymous Contributors",
   title = "Python --- StrafesNET",
   year = "2020",
   url = "\url{https://wiki.strafes.net/doku.php?id=api_examples&rev=1605035008}",
   note = "[Online; accessed 25-July-2025]"
 }
  

DokuWiki talk pages

Markup
[[api_examples|Python]] ([[api_examples?rev=1605035008|this version]])
Result
Python (this version)
Navigation