Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; '21,': 0.07; 'sys': 0.07; 'steve': 0.09; '34,': 0.09; '[1,': 0.09; '~ethan~': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'random': 0.14; 'useful,': 0.14; '55,': 0.16; 'indexerror:': 0.16; 'steve:': 0.16; 'url:courses': 0.16; 'url:training': 0.16; 'index': 0.16; 'language': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'import': 0.22; 'cc:addr:python.org': 0.22; 'print': 0.22; 'math': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'tutorials': 0.26; 'skip:" 20': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; '13,': 0.31; 'sep': 0.31; 'file': 0.32; 'url:python': 0.33; '(most': 0.33; 'skip:& 30': 0.33; 'received:google.com': 0.35; 'really': 0.36; 'url:listinfo': 0.36; "didn't": 0.36; 'url:org': 0.36; 'list': 0.37; 'skip:& 10': 0.38; 'pm,': 0.38; 'recent': 0.39; 'url:mail': 0.40; 'read': 0.60; 'easy': 0.60; 'range': 0.61; 'watching': 0.68; 'ethan': 0.84; 'furman': 0.84; 'incredibly': 0.96 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=cI4LTrRxWjd+BcaxwxTwE73hwt8yoego3q6qJjIUvgs=; b=RHSKahyppikULViGwKxVbOhntI8grq7eHQhffsZIepbnKmuRT2GVv8aQFBWAHj4o6E lY8pV5let3IQo6n2vcfeVr6AKhWYsvf9jKhTHLjagNWBjE9mXMcVZ8kwPJ91nyPU109P Y2dOeNUVY8sloHX9qReNIcMRKE5F+GKiig4Gg6x3j5q4YCLu49zMIY8IE4SdQVjHTIvL Wx/VsQ9JCOnWLkLl2SxkocqE7LOQG7mGgxB3UHib4Qs/2/E4uohGHf5ul/TERCIlDdJf TrcVr7P2X3aQ8qXI6xAPFWzNGKkECtfEoRk6s4q32/coWXlFzZhXYLll73UejVRZYCT2 Wizw== X-Received: by 10.112.149.133 with SMTP id ua5mr6340294lbb.40.1409769907142; Wed, 03 Sep 2014 11:45:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <54075F0A.60300@stoneleaf.us> References: <54075F0A.60300@stoneleaf.us> From: Juan Christian Date: Wed, 3 Sep 2014 15:44:47 -0300 Subject: Re: Python is going to be hard To: Ethan Furman Content-Type: multipart/alternative; boundary=047d7b343bf887c76f05022da24c Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 87 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409769914 news.xs4all.nl 2860 [2001:888:2000:d::a6]:49013 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77493 --047d7b343bf887c76f05022da24c Content-Type: text/plain; charset=UTF-8 I'm learning Python using this mailist, and the Tutor mailist, reading the docs and watching this course, Python Fundamentals ( http://www.pluralsight.com/training/Courses/TableOfContents/python-fundamentals ). Python is really easy and useful, OP don't blame the language because you didn't understood it yet, just persist. On Wed, Sep 3, 2014 at 3:33 PM, Ethan Furman wrote: > On 09/03/2014 11:10 AM, Seymore4Head wrote: > >> import math >> import random >> import sys >> b=[] >> steve = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89] >> for x in steve: >> print (steve[x]) >> >> Traceback (most recent call last): >> File "C:\Functions\blank.py", line 7, in >> print (steve[x]) >> IndexError: list index out of range >> > > Python will be incredibly hard if you don't read any of the docs or > tutorials available. > > -- > ~Ethan~ > -- > https://mail.python.org/mailman/listinfo/python-list > --047d7b343bf887c76f05022da24c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'm learning Python using this mailist, and the Tutor = mailist, reading the docs and watching this course, Python Fundamentals (http://www.pluralsight.com/training/Courses/TableOfContents/= python-fundamentals).

Python is really easy and useful, OP don't blame the lan= guage because you didn't understood it yet, just persist.


On Wed, Sep 3, = 2014 at 3:33 PM, Ethan Furman <ethan@stoneleaf.us> wrote:
On 09/03/2014 11:10 AM, Seym= ore4Head wrote:
import math
import random
import sys
b=3D[]
steve =3D [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89]
for x in steve:
=C2=A0 =C2=A0 =C2=A0print (steve[x])

Traceback (most recent call last):
=C2=A0 =C2=A0File "C:\Functions\blank.py", line 7, in <module&= gt;
=C2=A0 =C2=A0 =C2=A0print (steve[x])
IndexError: list index out of range

Python will be incredibly hard if you don't read any of the docs or tut= orials available.

--
~Ethan~
--
https://mail.python.org/mailman/listinfo/python-list

--047d7b343bf887c76f05022da24c--