Good python reference?

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

    #1

    Good python reference?

    Hello! I'm new to the group and am looking for a decent reference for
    information about the history / evolution of the Python language and
    its features. Typing, scoping, etc... I'd appreciate any good links.
    Thanks!

    - Derek

  • Fredrik Lundh

    #2
    Re: Good python reference?

    "derek" <derekwisong@gm ail.com> wrote:
    [color=blue]
    > Hello! I'm new to the group and am looking for a decent reference for
    > information about the history / evolution of the Python language and
    > its features. Typing, scoping, etc... I'd appreciate any good links.[/color]

    $ tar xvfz Python-2.4.2.tgz
    $ cd Python-2.4.2
    $ more Misc/HISTORY

    </F>



    Comment

    • Hans Georg Krauthaeuser

      #3
      Re: Good python reference?

      derek schrieb:[color=blue]
      > Hello! I'm new to the group and am looking for a decent reference for
      > information about the history / evolution of the Python language and
      > its features. Typing, scoping, etc... I'd appreciate any good links.
      > Thanks!
      >
      > - Derek
      >[/color]
      Looking at the title of your mail I would answer

      Python 2.4 language Quick Reference, freely available in HTML (several styles) and PDF versions.


      But history? Sorry....

      Hans Georg

      Comment

      Working...