Formal reference for Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim Churches

    Formal reference for Python

    I am writing a scientific paper and need to reference Python. Is there any
    preferred way of doing so, which gives credit where it is due? This has been
    discussed previously, but not recently, I think.

    The latest version of R (a free, open source language/environment for statistical
    analysis) includes a citation() function, which returns the canonical citation for R
    as defined by the core R development team. Worth emulating in Python?

    Tim C

  • Terry Reedy

    #2
    Re: Formal reference for Python


    "Tim Churches" <tchur@optushom e.com.au> wrote in message
    news:mailman.65 .1072845144.813 4.python-list@python.org ...[color=blue]
    > I am writing a scientific paper and need to reference Python. Is there[/color]
    any[color=blue]
    > preferred way of doing so, which gives credit where it is due? This has[/color]
    been[color=blue]
    > discussed previously, but not recently, I think.
    >
    > The latest version of R (a free, open source language/environment for[/color]
    statistical[color=blue]
    > analysis) includes a citation() function, which returns the canonical[/color]
    citation for R[color=blue]
    > as defined by the core R development team. Worth emulating in Python?[/color]
    How about
    Guido van Rossum, Python Reference Manual, Python Software Foundation,
    http://www.python.org/doc/current/ref/ref.html, 2003

    tjr


    Comment

    • Andrew Dalke

      #3
      Re: Formal reference for Python

      Tim Churches:[color=blue]
      > I am writing a scientific paper and need to reference Python. Is there any
      > preferred way of doing so, which gives credit where it is due? This has[/color]
      been[color=blue]
      > discussed previously, but not recently, I think.[/color]

      Why don't you do what Tim Churches suggested in


      It seemed to work for him then. ;)

      Andrew
      dalke@dalkescie ntific.com


      Comment

      Working...