Bibliographic details for "Collection of Snippets 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 "Collection of Snippets for Python"

APA

Collection of Snippets for Python. (2019, Nov 18). In Geany Wiki. Retrieved 00:02, April 25, 2024, from https://wiki.geany.org/doku.php?id=snippets:python:start&rev=1574053722.

MLA

Anonymous Contributors. "Collection of Snippets for Python". Geany Wiki. 18 Nov. 2019. Web. 25 Apr. 2024, 00:02

MHRA

Anonymous Contributors, 'Collection of Snippets for Python', Geany Wiki, 18 November 2019, 05:08 GMT, <https://wiki.geany.org/doku.php?id=snippets:python:start&rev=1574053722> [Accessed 25 April 2024]

Chicago

Anonymous Contributors, "Collection of Snippets for Python", Geany Wiki, https://wiki.geany.org/doku.php?id=snippets:python:start&rev=1574053722 (Accessed April 25, 2024).

CBE/CSE

Anonymous Contributors. Collection of Snippets for Python [Internet]. Geany Wiki; 2019 Nov 18, 05:08 GMT [Cited 2024 Apr 25]. Available at: https://wiki.geany.org/doku.php?id=snippets:python:start&rev=1574053722.

Bluebook

Collection of Snippets for Python, https://wiki.geany.org/doku.php?id=snippets:python:start&rev=1574053722 (Last visited April 25, 2024).

AMA

Anonymous Contributors. Collection of Snippets for Python. Geany Wiki. November 18, 2019, 05:08 GMT. Available at: https://wiki.geany.org/doku.php?id=snippets:python:start&rev=1574053722. Accessed April 25, 2024.

BibTeX

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Collection of Snippets for Python --- Geany Wiki",
   year = "2019",
   url = "https://wiki.geany.org/doku.php?id=snippets:python:start&rev=1574053722",
   note = "[Online; accessed 25-April-2024]"
 }
  

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 = "Collection of Snippets for Python --- Geany Wiki",
   year = "2019",
   url = "\url{https://wiki.geany.org/doku.php?id=snippets:python:start&rev=1574053722}",
   note = "[Online; accessed 25-April-2024]"


   author = "Anonymous Contributors",
   title = "Collection of Snippets for Python --- Geany Wiki",
   year = "2019",
   url = "\url{https://wiki.geany.org/doku.php?id=snippets:python:start&rev=1574053722}",
   note = "[Online; accessed 25-April-2024]"
 }
  

DokuWiki talk pages

Markup
[[snippets:python:start|Collection of Snippets for Python]] ([[snippets:python:start?rev=1574053722|this version]])
Result
Collection of Snippets for Python (this version)
Print/export