Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Jan 2011 23:51:38 +0100
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Gary Kline <kline@thought.org>
Cc:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   Re: is there a "best" online python tutorial?
Message-ID:  <xeiak4imex6t.fsf@kobe.laptop>
In-Reply-To: <20110102212941.GA25232@thought.org> (Gary Kline's message of "Sun, 2 Jan 2011 13:29:44 -0800")
References:  <20110102212941.GA25232@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2 Jan 2011 13:29:44 -0800, Gary Kline <kline@thought.org> wrote:
> Guys,
>
> I actaully have studied python...but only for about twenty
> minutes); maybe a few days, actually.  What is the best online
> tutorial to learn python?  With ink+paper book, altho in lots of
> ways I prefer real books, they almost demand two hands.  Or
> paper weights, in my case.
>
> thanks in advance for the gbest, or top two or three sites,
> gary

Start at the online docs section of www.python.org:

    http://www.python.org/doc/

The 'Additional documentation' section has a few very good guides.

Then there's always a number of books that you can read online,
download, print and use offline too:

    =E2=80=A2 How to Think Like a Computer Scientist =E2=80=94 http://openb=
ookproject.net/thinkcs/python/english2e/

      An introductory book that teaches basic concepts of
      programming, algorithms and Python.  Highly recommended,
      because of its excellent writing style and the large number
      of topics it covers (recursion, exceptions, object oriented
      programming, data structures [lists, stacks, queues, etc.]).

    =E2=80=A2 A Byte of Python =E2=80=94 http://www.swaroopch.com/notes/Pyt=
hon

      An introductory book about Python, updated even to version
      3.0 of the language.  Written by Swaroop C.H., a developer
      in India who maintains the book for several versions of
      Python.

    =E2=80=A2 Dive Into Python =E2=80=94 http://diveintopython.org/

      A Python book for experienced programmers.  If you already
      know how to program in other languages and you are looking
      for a nice guide that will teach you 'pythonic' ways of
      writing code, this is an excellent book.

Even more guides for Python are listed at:

    http://wiki.python.org/moin/BeginnersGuide/NonProgrammers




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xeiak4imex6t.fsf>