Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Henrique Correa Newsgroups: comp.lang.python Subject: A newbie's doubt Date: Thu, 7 Jan 2016 01:20:45 -0200 Lines: 6 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de PwGx9pfafwHkhTn8OSOEnQ8BkH82Sko9j6FGrbHl90TA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'php,': 0.09; 'received:209.85.218': 0.10; 'mean,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'python?': 0.18; '(by': 0.22; "python's": 0.23; "i've": 0.25; 'message-id:@mail.gmail.com': 0.27; 'tutorial': 0.29; 'received:google.com': 0.35; 'should': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'received:209': 0.38; 'thank': 0.38; 'to:addr:python.org': 0.40; 'complete': 0.63 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=SjlPfqC6/VTQiE8N/u0RXqsFaYM51Qa8QgxWvfQ8xRI=; b=FQ2P1NufyuYPYHskpN/gIMmq75l8lpuar4fBS7YV/tC+FhTEtdPHGGumAP6Nf2QWX1 UqsFpPWUA+lafbPGxaDzbsywnPAWplfUDN6J4i+3zC6yh8uaF3uY8EoV/QiqTxkfU8HR Z9XG/1p++r6tc7aYmc33IQiOGUYMfnfpyL+wboQyfIRhQCMQUJ1O/CU5A1JlxzIP718G xB66aca6+RiIR+EfLJvsXOPEpvKk9a95/x7Iif9uoduPEVumrEV+iJKFfAEhTlx0WJmX uMSBuVAPaYL+yoR5uozafEaNQrx0+93AfOPFz8ONOvO3SXaskQvvQhR5b0cEjmihdAiA Rfow== X-Received: by 10.202.240.5 with SMTP id o5mr69949396oih.40.1452136845784; Wed, 06 Jan 2016 19:20:45 -0800 (PST) X-Mailman-Approved-At: Thu, 07 Jan 2016 08:07:47 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101338 Is Python's Tutorial (by Guido) a good and complete reference for the language? I mean, after reading it, should I have a good basis on Python? I've came from js and php, and already know the very basics of py. Thank you!