Python is going to be hard

Juan Christian juan0christian at gmail.com
Wed Sep 3 14:44:47 EDT 2014


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 <ethan at stoneleaf.us> 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 <module>
>>      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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140903/a8652e4b/attachment.html>


More information about the Python-list mailing list